Interface AutoImportPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoImportPolicy.Builder,AutoImportPolicy>,SdkBuilder<AutoImportPolicy.Builder,AutoImportPolicy>,SdkPojo
- Enclosing class:
- AutoImportPolicy
public static interface AutoImportPolicy.Builder extends SdkPojo, CopyableBuilder<AutoImportPolicy.Builder,AutoImportPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoImportPolicy.Builderevents(Collection<EventType> events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.Builderevents(EventType... events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuildereventsWithStrings(String... events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuildereventsWithStrings(Collection<String> events)TheAutoImportPolicycan have the following event values:-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventsWithStrings
AutoImportPolicy.Builder eventsWithStrings(Collection<String> events)
The
AutoImportPolicycan 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-
eventsWithStrings
AutoImportPolicy.Builder eventsWithStrings(String... events)
The
AutoImportPolicycan 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-
events
AutoImportPolicy.Builder events(Collection<EventType> events)
The
AutoImportPolicycan 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-
events
AutoImportPolicy.Builder events(EventType... events)
The
AutoImportPolicycan 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.- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-
-