| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.bucket(String bucket)
The Amazon S3 bucket name in which a journal export job writes the journal contents.
|
static S3ExportConfiguration.Builder |
S3ExportConfiguration.builder() |
default S3ExportConfiguration.Builder |
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 |
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 |
S3ExportConfiguration.Builder.prefix(String prefix)
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ExportConfiguration.Builder> |
S3ExportConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportJournalToS3Request.Builder |
ExportJournalToS3Request.Builder.s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
default JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)
Sets the value of the S3ExportConfiguration property for this object.
|
Copyright © 2020. All rights reserved.