@Stability(value=Stable) public static final class CfnDataRepositoryAssociation.AutoImportPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataRepositoryAssociation.AutoImportPolicyProperty>
CfnDataRepositoryAssociation.AutoImportPolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataRepositoryAssociation.AutoImportPolicyProperty |
build()
Builds the configured instance.
|
CfnDataRepositoryAssociation.AutoImportPolicyProperty.Builder |
events(List<String> events)
Sets the value of
CfnDataRepositoryAssociation.AutoImportPolicyProperty.getEvents() |
@Stability(value=Stable) public CfnDataRepositoryAssociation.AutoImportPolicyProperty.Builder events(List<String> events)
CfnDataRepositoryAssociation.AutoImportPolicyProperty.getEvents()events - The `AutoImportPolicy` can have the following event values:. This parameter is required.
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 .
this@Stability(value=Stable) public CfnDataRepositoryAssociation.AutoImportPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnDataRepositoryAssociation.AutoImportPolicyProperty>CfnDataRepositoryAssociation.AutoImportPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.