Class CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty>
- Enclosing interface:
CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty
@Stability(Stable)
public static final class CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
events
@Stability(Stable) public CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty.Builder events(List<String> events) - Parameters:
events- TheAutoImportPolicycan have the following event values:.NEW- Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.CHANGED- Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.DELETED- Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.
You can define any combination of event types for your
AutoImportPolicy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty>- Returns:
- a new instance of
CfnDataRepositoryAssociationPropsMixin.AutoImportPolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-