public static interface JournalS3ExportDescription.Builder extends SdkPojo, CopyableBuilder<JournalS3ExportDescription.Builder,JournalS3ExportDescription>
| Modifier and Type | Method and Description |
|---|---|
JournalS3ExportDescription.Builder |
exclusiveEndTime(Instant exclusiveEndTime)
The exclusive end date and time for the range of journal contents that was specified in the original export
request.
|
JournalS3ExportDescription.Builder |
exportCreationTime(Instant exportCreationTime)
The date and time, in epoch time format, when the export job was created.
|
JournalS3ExportDescription.Builder |
exportId(String exportId)
The UUID (represented in Base62-encoded text) of the journal export job.
|
JournalS3ExportDescription.Builder |
inclusiveStartTime(Instant inclusiveStartTime)
The inclusive start date and time for the range of journal contents that was specified in the original export
request.
|
JournalS3ExportDescription.Builder |
ledgerName(String ledgerName)
The name of the ledger.
|
JournalS3ExportDescription.Builder |
outputFormat(OutputFormat outputFormat)
The output format of the exported journal data.
|
JournalS3ExportDescription.Builder |
outputFormat(String outputFormat)
The output format of the exported journal data.
|
JournalS3ExportDescription.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do
the following:
|
default JournalS3ExportDescription.Builder |
s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)
Sets the value of the S3ExportConfiguration property for this object.
|
JournalS3ExportDescription.Builder |
s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Sets the value of the S3ExportConfiguration property for this object.
|
JournalS3ExportDescription.Builder |
status(ExportStatus status)
The current state of the journal export job.
|
JournalS3ExportDescription.Builder |
status(String status)
The current state of the journal export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJournalS3ExportDescription.Builder ledgerName(String ledgerName)
The name of the ledger.
ledgerName - The name of the ledger.JournalS3ExportDescription.Builder exportId(String exportId)
The UUID (represented in Base62-encoded text) of the journal export job.
exportId - The UUID (represented in Base62-encoded text) of the journal export job.JournalS3ExportDescription.Builder exportCreationTime(Instant exportCreationTime)
The date and time, in epoch time format, when the export job was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
exportCreationTime - The date and time, in epoch time format, when the export job was created. (Epoch time format is the
number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)JournalS3ExportDescription.Builder status(String status)
The current state of the journal export job.
status - The current state of the journal export job.ExportStatus,
ExportStatusJournalS3ExportDescription.Builder status(ExportStatus status)
The current state of the journal export job.
status - The current state of the journal export job.ExportStatus,
ExportStatusJournalS3ExportDescription.Builder inclusiveStartTime(Instant inclusiveStartTime)
The inclusive start date and time for the range of journal contents that was specified in the original export request.
inclusiveStartTime - The inclusive start date and time for the range of journal contents that was specified in the original
export request.JournalS3ExportDescription.Builder exclusiveEndTime(Instant exclusiveEndTime)
The exclusive end date and time for the range of journal contents that was specified in the original export request.
exclusiveEndTime - The exclusive end date and time for the range of journal contents that was specified in the original
export request.JournalS3ExportDescription.Builder s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
s3ExportConfiguration - The new value for the S3ExportConfiguration property for this object.default JournalS3ExportDescription.Builder s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration)
S3ExportConfiguration.Builder avoiding
the need to create one manually via S3ExportConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3ExportConfiguration(S3ExportConfiguration).
s3ExportConfiguration - a consumer that will call methods on S3ExportConfiguration.Builders3ExportConfiguration(S3ExportConfiguration)JournalS3ExportDescription.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer managed key in Key Management Service (KMS) for server-side encryption of your exported data.
roleArn - The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job
to do the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer managed key in Key Management Service (KMS) for server-side encryption of your exported data.
JournalS3ExportDescription.Builder outputFormat(String outputFormat)
The output format of the exported journal data.
outputFormat - The output format of the exported journal data.OutputFormat,
OutputFormatJournalS3ExportDescription.Builder outputFormat(OutputFormat outputFormat)
The output format of the exported journal data.
outputFormat - The output format of the exported journal data.OutputFormat,
OutputFormatCopyright © 2023. All rights reserved.