Class CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTieringConfigurationPropsMixin.ResourceSelectionProperty>
- Enclosing interface:
CfnTieringConfigurationPropsMixin.ResourceSelectionProperty
@Stability(Stable)
public static final class CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTieringConfigurationPropsMixin.ResourceSelectionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceType(String resourceType) tieringDownSettingsInDays(Number tieringDownSettingsInDays)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resources
@Stability(Stable) public CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder resources(List<String> resources) - Parameters:
resources- the value to be set.- Returns:
this
-
resourceType
@Stability(Stable) public CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder resourceType(String resourceType) - Parameters:
resourceType- the value to be set.- Returns:
this
-
tieringDownSettingsInDays
@Stability(Stable) public CfnTieringConfigurationPropsMixin.ResourceSelectionProperty.Builder tieringDownSettingsInDays(Number tieringDownSettingsInDays) Sets the value ofCfnTieringConfigurationPropsMixin.ResourceSelectionProperty.getTieringDownSettingsInDays()- Parameters:
tieringDownSettingsInDays- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTieringConfigurationPropsMixin.ResourceSelectionProperty>- Returns:
- a new instance of
CfnTieringConfigurationPropsMixin.ResourceSelectionProperty - Throws:
NullPointerException- if any required attribute was not provided
-