| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration |
S3ExportConfiguration.clone() |
S3ExportConfiguration |
JournalS3ExportDescription.getS3ExportConfiguration() |
S3ExportConfiguration |
ExportJournalToS3Request.getS3ExportConfiguration()
The configuration settings of the Amazon S3 bucket destination for your export request.
|
S3ExportConfiguration |
S3ExportConfiguration.withBucket(String bucket)
The Amazon S3 bucket name in which a journal export job writes the journal contents.
|
S3ExportConfiguration |
S3ExportConfiguration.withEncryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
S3ExportConfiguration |
S3ExportConfiguration.withPrefix(String prefix)
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JournalS3ExportDescription.setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration) |
void |
ExportJournalToS3Request.setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration) |
ExportJournalToS3Request |
ExportJournalToS3Request.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
Copyright © 2024. All rights reserved.