| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoImportPolicy.Builder |
AutoImportPolicy.builder() |
AutoImportPolicy.Builder |
AutoImportPolicy.Builder.events(Collection<EventType> events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
AutoImportPolicy.Builder.events(EventType... events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
AutoImportPolicy.Builder.eventsWithStrings(Collection<String> events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
AutoImportPolicy.Builder.eventsWithStrings(String... events)
The
AutoImportPolicy can have the following event values: |
AutoImportPolicy.Builder |
AutoImportPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoImportPolicy.Builder> |
AutoImportPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.Builder.autoImportPolicy(Consumer<AutoImportPolicy.Builder> autoImportPolicy)
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the
linked S3 bucket to your file system.
|
Copyright © 2023. All rights reserved.