Class CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3files.CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFileSystemPropsMixin.SynchronizationConfigurationProperty>
- Enclosing interface:
CfnFileSystemPropsMixin.SynchronizationConfigurationProperty
@Stability(Stable)
public static final class CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFileSystemPropsMixin.SynchronizationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.expirationDataRules(List<? extends Object> expirationDataRules) expirationDataRules(IResolvable expirationDataRules) importDataRules(List<? extends Object> importDataRules) importDataRules(IResolvable importDataRules) latestVersionNumber(Number latestVersionNumber)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
expirationDataRules
@Stability(Stable) public CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder expirationDataRules(IResolvable expirationDataRules) Sets the value ofCfnFileSystemPropsMixin.SynchronizationConfigurationProperty.getExpirationDataRules()- Parameters:
expirationDataRules- the value to be set.- Returns:
this
-
expirationDataRules
@Stability(Stable) public CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder expirationDataRules(List<? extends Object> expirationDataRules) Sets the value ofCfnFileSystemPropsMixin.SynchronizationConfigurationProperty.getExpirationDataRules()- Parameters:
expirationDataRules- the value to be set.- Returns:
this
-
importDataRules
@Stability(Stable) public CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder importDataRules(IResolvable importDataRules) - Parameters:
importDataRules- the value to be set.- Returns:
this
-
importDataRules
@Stability(Stable) public CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder importDataRules(List<? extends Object> importDataRules) - Parameters:
importDataRules- the value to be set.- Returns:
this
-
latestVersionNumber
@Stability(Stable) public CfnFileSystemPropsMixin.SynchronizationConfigurationProperty.Builder latestVersionNumber(Number latestVersionNumber) Sets the value ofCfnFileSystemPropsMixin.SynchronizationConfigurationProperty.getLatestVersionNumber()- Parameters:
latestVersionNumber- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFileSystemPropsMixin.SynchronizationConfigurationProperty>- Returns:
- a new instance of
CfnFileSystemPropsMixin.SynchronizationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-