Class CfnTieringConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnTieringConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTieringConfigurationMixinProps>
- Enclosing interface:
CfnTieringConfigurationMixinProps
@Stability(Stable)
public static final class CfnTieringConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTieringConfigurationMixinProps>
A builder for
CfnTieringConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) Sets the value ofCfnTieringConfigurationMixinProps.getBackupVaultName()build()Builds the configured instance.resourceSelection(List<? extends Object> resourceSelection) Sets the value ofCfnTieringConfigurationMixinProps.getResourceSelection()resourceSelection(IResolvable resourceSelection) Sets the value ofCfnTieringConfigurationMixinProps.getResourceSelection()tieringConfigurationName(String tieringConfigurationName) Sets the value ofCfnTieringConfigurationMixinProps.getTieringConfigurationName()tieringConfigurationTags(Map<String, String> tieringConfigurationTags) Sets the value ofCfnTieringConfigurationMixinProps.getTieringConfigurationTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backupVaultName
@Stability(Stable) public CfnTieringConfigurationMixinProps.Builder backupVaultName(String backupVaultName) Sets the value ofCfnTieringConfigurationMixinProps.getBackupVaultName()- Parameters:
backupVaultName- the value to be set.- Returns:
this
-
resourceSelection
@Stability(Stable) public CfnTieringConfigurationMixinProps.Builder resourceSelection(IResolvable resourceSelection) Sets the value ofCfnTieringConfigurationMixinProps.getResourceSelection()- Parameters:
resourceSelection- the value to be set.- Returns:
this
-
resourceSelection
@Stability(Stable) public CfnTieringConfigurationMixinProps.Builder resourceSelection(List<? extends Object> resourceSelection) Sets the value ofCfnTieringConfigurationMixinProps.getResourceSelection()- Parameters:
resourceSelection- the value to be set.- Returns:
this
-
tieringConfigurationName
@Stability(Stable) public CfnTieringConfigurationMixinProps.Builder tieringConfigurationName(String tieringConfigurationName) Sets the value ofCfnTieringConfigurationMixinProps.getTieringConfigurationName()- Parameters:
tieringConfigurationName- the value to be set.- Returns:
this
-
tieringConfigurationTags
@Stability(Stable) public CfnTieringConfigurationMixinProps.Builder tieringConfigurationTags(Map<String, String> tieringConfigurationTags) Sets the value ofCfnTieringConfigurationMixinProps.getTieringConfigurationTags()- Parameters:
tieringConfigurationTags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTieringConfigurationMixinProps>- Returns:
- a new instance of
CfnTieringConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-