Struct aws_sdk_backup::operation::describe_region_settings::builders::DescribeRegionSettingsOutputBuilder
source · #[non_exhaustive]pub struct DescribeRegionSettingsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeRegionSettingsOutput
.
Implementations§
source§impl DescribeRegionSettingsOutputBuilder
impl DescribeRegionSettingsOutputBuilder
sourcepub fn resource_type_opt_in_preference(
self,
k: impl Into<String>,
v: bool
) -> Self
pub fn resource_type_opt_in_preference( self, k: impl Into<String>, v: bool ) -> Self
Adds a key-value pair to resource_type_opt_in_preference
.
To override the contents of this collection use set_resource_type_opt_in_preference
.
Returns a list of all services along with the opt-in preferences in the Region.
sourcepub fn set_resource_type_opt_in_preference(
self,
input: Option<HashMap<String, bool>>
) -> Self
pub fn set_resource_type_opt_in_preference( self, input: Option<HashMap<String, bool>> ) -> Self
Returns a list of all services along with the opt-in preferences in the Region.
sourcepub fn resource_type_management_preference(
self,
k: impl Into<String>,
v: bool
) -> Self
pub fn resource_type_management_preference( self, k: impl Into<String>, v: bool ) -> Self
Adds a key-value pair to resource_type_management_preference
.
To override the contents of this collection use set_resource_type_management_preference
.
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
sourcepub fn set_resource_type_management_preference(
self,
input: Option<HashMap<String, bool>>
) -> Self
pub fn set_resource_type_management_preference( self, input: Option<HashMap<String, bool>> ) -> Self
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
sourcepub fn build(self) -> DescribeRegionSettingsOutput
pub fn build(self) -> DescribeRegionSettingsOutput
Consumes the builder and constructs a DescribeRegionSettingsOutput
.
Trait Implementations§
source§impl Clone for DescribeRegionSettingsOutputBuilder
impl Clone for DescribeRegionSettingsOutputBuilder
source§fn clone(&self) -> DescribeRegionSettingsOutputBuilder
fn clone(&self) -> DescribeRegionSettingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeRegionSettingsOutputBuilder
impl Default for DescribeRegionSettingsOutputBuilder
source§fn default() -> DescribeRegionSettingsOutputBuilder
fn default() -> DescribeRegionSettingsOutputBuilder
source§impl PartialEq<DescribeRegionSettingsOutputBuilder> for DescribeRegionSettingsOutputBuilder
impl PartialEq<DescribeRegionSettingsOutputBuilder> for DescribeRegionSettingsOutputBuilder
source§fn eq(&self, other: &DescribeRegionSettingsOutputBuilder) -> bool
fn eq(&self, other: &DescribeRegionSettingsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.