public static interface AutoImportPolicy.Builder extends SdkPojo, CopyableBuilder<AutoImportPolicy.Builder,AutoImportPolicy>
| Modifier and Type | Method and Description |
|---|---|
AutoImportPolicy.Builder |
events(Collection<EventType> events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
events(EventType... events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
eventsWithStrings(Collection<String> events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
eventsWithStrings(String... events)
The
AutoImportPolicy can have the following event values: |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoImportPolicy.Builder eventsWithStrings(Collection<String> events)
The AutoImportPolicy can 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.
events - The AutoImportPolicy can 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.
AutoImportPolicy.Builder eventsWithStrings(String... events)
The AutoImportPolicy can 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.
events - The AutoImportPolicy can 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.
AutoImportPolicy.Builder events(Collection<EventType> events)
The AutoImportPolicy can 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.
events - The AutoImportPolicy can 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.
AutoImportPolicy.Builder events(EventType... events)
The AutoImportPolicy can 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.
events - The AutoImportPolicy can 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.
Copyright © 2023. All rights reserved.