| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.clone() |
JournalKinesisStreamDescription |
DescribeJournalKinesisStreamResult.getStream()
Information about the QLDB journal stream returned by a
DescribeJournalS3Export request. |
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withArn(String arn)
The Amazon Resource Name (ARN) of the QLDB journal stream.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withCreationTime(Date creationTime)
The date and time, in epoch time format, when the QLDB journal stream was created.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withErrorCause(ErrorCause errorCause)
The error message that describes the reason that a stream has a status of
IMPAIRED or
FAILED. |
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withErrorCause(String errorCause)
The error message that describes the reason that a stream has a status of
IMPAIRED or
FAILED. |
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withExclusiveEndTime(Date exclusiveEndTime)
The exclusive date and time that specifies when the stream ends.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time from which to start streaming journal data.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withKinesisConfiguration(KinesisConfiguration kinesisConfiguration)
The configuration settings of the Amazon Kinesis Data Streams destination for a QLDB journal stream.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withLedgerName(String ledgerName)
The name of the ledger.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data
records to a Kinesis Data Streams resource.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withStatus(StreamStatus status)
The current state of the QLDB journal stream.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withStatus(String status)
The current state of the QLDB journal stream.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withStreamId(String streamId)
The UUID (represented in Base62-encoded text) of the QLDB journal stream.
|
JournalKinesisStreamDescription |
JournalKinesisStreamDescription.withStreamName(String streamName)
The user-defined name of the QLDB journal stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<JournalKinesisStreamDescription> |
ListJournalKinesisStreamsForLedgerResult.getStreams()
The QLDB journal streams that are currently associated with the given ledger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJournalKinesisStreamResult.setStream(JournalKinesisStreamDescription stream)
Information about the QLDB journal stream returned by a
DescribeJournalS3Export request. |
DescribeJournalKinesisStreamResult |
DescribeJournalKinesisStreamResult.withStream(JournalKinesisStreamDescription stream)
Information about the QLDB journal stream returned by a
DescribeJournalS3Export request. |
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.withStreams(JournalKinesisStreamDescription... streams)
The QLDB journal streams that are currently associated with the given ledger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJournalKinesisStreamsForLedgerResult.setStreams(Collection<JournalKinesisStreamDescription> streams)
The QLDB journal streams that are currently associated with the given ledger.
|
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.withStreams(Collection<JournalKinesisStreamDescription> streams)
The QLDB journal streams that are currently associated with the given ledger.
|
Copyright © 2023. All rights reserved.