Class CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty>
- Enclosing interface:
CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty
@Stability(Stable)
public static final class CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
events
@Stability(Stable) public CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty.Builder events(List<String> events) - Parameters:
events- TheAutoExportPolicycan have the following event values:.NEW- New files and directories are automatically exported to the data repository as they are added to the file system.CHANGED- Changes to files and directories on the file system are automatically exported to the data repository.DELETED- Files and directories are automatically deleted on the data repository when they are deleted on the file system.
You can define any combination of event types for your
AutoExportPolicy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty>- Returns:
- a new instance of
CfnDataRepositoryAssociationPropsMixin.AutoExportPolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-