public static interface S3DataRepositoryConfiguration.Builder extends SdkPojo, CopyableBuilder<S3DataRepositoryConfiguration.Builder,S3DataRepositoryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DataRepositoryConfiguration.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.
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 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.
This is a convenience method that creates an instance of theAutoImportPolicy.Builder avoiding the
need to create one manually via AutoImportPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoImportPolicy(AutoImportPolicy).
autoImportPolicy - a consumer that will call methods on AutoImportPolicy.BuilderautoImportPolicy(AutoImportPolicy)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.
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 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.
This is a convenience method that creates an instance of theAutoExportPolicy.Builder avoiding the
need to create one manually via AutoExportPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoExportPolicy(AutoExportPolicy).
autoExportPolicy - a consumer that will call methods on AutoExportPolicy.BuilderautoExportPolicy(AutoExportPolicy)Copyright © 2023. All rights reserved.