| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
JournalS3ExportDescription |
JournalS3ExportDescription.clone() |
JournalS3ExportDescription |
DescribeJournalS3ExportResult.getExportDescription()
Information about the journal export job returned by a
DescribeJournalS3Export request. |
JournalS3ExportDescription |
JournalS3ExportDescription.withExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that was specified in the original export
request.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withExportCreationTime(Date exportCreationTime)
The date and time, in epoch time format, when the export job was created.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withExportId(String exportId)
The UUID (represented in Base62-encoded text) of the journal export job.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that was specified in the original export
request.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withLedgerName(String ledgerName)
The name of the ledger.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withOutputFormat(OutputFormat outputFormat)
The output format of the exported journal data.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withOutputFormat(String outputFormat)
The output format of the exported journal data.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the
following:
|
JournalS3ExportDescription |
JournalS3ExportDescription.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration) |
JournalS3ExportDescription |
JournalS3ExportDescription.withStatus(ExportStatus status)
The current state of the journal export job.
|
JournalS3ExportDescription |
JournalS3ExportDescription.withStatus(String status)
The current state of the journal export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JournalS3ExportDescription> |
ListJournalS3ExportsForLedgerResult.getJournalS3Exports()
The journal export jobs that are currently associated with the specified ledger.
|
List<JournalS3ExportDescription> |
ListJournalS3ExportsResult.getJournalS3Exports()
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJournalS3ExportResult.setExportDescription(JournalS3ExportDescription exportDescription)
Information about the journal export job returned by a
DescribeJournalS3Export request. |
DescribeJournalS3ExportResult |
DescribeJournalS3ExportResult.withExportDescription(JournalS3ExportDescription exportDescription)
Information about the journal export job returned by a
DescribeJournalS3Export request. |
ListJournalS3ExportsForLedgerResult |
ListJournalS3ExportsForLedgerResult.withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
ListJournalS3ExportsResult |
ListJournalS3ExportsResult.withJournalS3Exports(JournalS3ExportDescription... journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJournalS3ExportsForLedgerResult.setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
void |
ListJournalS3ExportsResult.setJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
ListJournalS3ExportsForLedgerResult |
ListJournalS3ExportsForLedgerResult.withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs that are currently associated with the specified ledger.
|
ListJournalS3ExportsResult |
ListJournalS3ExportsResult.withJournalS3Exports(Collection<JournalS3ExportDescription> journalS3Exports)
The journal export jobs for all ledgers that are associated with the current Amazon Web Services account and
Region.
|
Copyright © 2023. All rights reserved.