static JournalS3ExportDescription.Builder |
JournalS3ExportDescription.builder() |
|
JournalS3ExportDescription.Builder |
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 |
JournalS3ExportDescription.Builder.exportCreationTime(Instant exportCreationTime) |
The date and time, in epoch time format, when the export job was created.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.exportId(String exportId) |
The UUID (represented in Base62-encoded text) of the journal export job.
|
JournalS3ExportDescription.Builder |
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 |
JournalS3ExportDescription.Builder.ledgerName(String ledgerName) |
The name of the ledger.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.outputFormat(String outputFormat) |
The output format of the exported journal data.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.outputFormat(OutputFormat outputFormat) |
The output format of the exported journal data.
|
JournalS3ExportDescription.Builder |
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 |
JournalS3ExportDescription.Builder.s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> s3ExportConfiguration) |
Sets the value of the S3ExportConfiguration property for this object.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.s3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration) |
Sets the value of the S3ExportConfiguration property for this object.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.status(String status) |
The current state of the journal export job.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.status(ExportStatus status) |
The current state of the journal export job.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.toBuilder() |
|