| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.Builder.autoExportPolicy(AutoExportPolicy autoExportPolicy)
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your
file system to the linked S3 bucket.
|
default S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.Builder.autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your
file system to the linked S3 bucket.
|
S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.Builder.autoImportPolicy(AutoImportPolicy autoImportPolicy)
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the
linked S3 bucket to your file system.
|
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.
|
static S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.builder() |
S3DataRepositoryConfiguration.Builder |
S3DataRepositoryConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DataRepositoryConfiguration.Builder> |
S3DataRepositoryConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataRepositoryAssociation.Builder |
DataRepositoryAssociation.Builder.s3(Consumer<S3DataRepositoryConfiguration.Builder> s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data
repository association.
|
default CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.s3(Consumer<S3DataRepositoryConfiguration.Builder> s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
default UpdateDataRepositoryAssociationRequest.Builder |
UpdateDataRepositoryAssociationRequest.Builder.s3(Consumer<S3DataRepositoryConfiguration.Builder> s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
Copyright © 2023. All rights reserved.