public static interface S3ExportConfiguration.Builder extends SdkPojo, CopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration.Builder |
bucket(String bucket)
The Amazon S3 bucket name in which a journal export job writes the journal contents.
|
default S3ExportConfiguration.Builder |
encryptionConfiguration(Consumer<S3EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
S3ExportConfiguration.Builder |
encryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
S3ExportConfiguration.Builder |
prefix(String prefix)
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ExportConfiguration.Builder bucket(String bucket)
The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
bucket - The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
S3ExportConfiguration.Builder prefix(String prefix)
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid Prefix values:
JournalExports-ForMyLedger/Testing/
JournalExports
My:Tests/
prefix - The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid Prefix values:
JournalExports-ForMyLedger/Testing/
JournalExports
My:Tests/
S3ExportConfiguration.Builder encryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
encryptionConfiguration - The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.default S3ExportConfiguration.Builder encryptionConfiguration(Consumer<S3EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
This is a convenience method that creates an instance of theS3EncryptionConfiguration.Builder
avoiding the need to create one manually via S3EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(S3EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on S3EncryptionConfiguration.BuilderencryptionConfiguration(S3EncryptionConfiguration)Copyright © 2023. All rights reserved.