| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
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 are 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 are specified in the original export
request.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.ledgerName(String ledgerName)
The name of the ledger.
|
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(ExportStatus status)
The current state of the journal export job.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.Builder.status(String status)
The current state of the journal export job.
|
JournalS3ExportDescription.Builder |
JournalS3ExportDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JournalS3ExportDescription.Builder> |
JournalS3ExportDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeJournalS3ExportResponse.Builder |
DescribeJournalS3ExportResponse.Builder.exportDescription(Consumer<JournalS3ExportDescription.Builder> exportDescription)
Information about the journal export job returned by a
DescribeJournalS3Export request. |
Copyright © 2021. All rights reserved.