public static interface ListJournalKinesisStreamsForLedgerResponse.Builder extends QldbResponse.Builder, SdkPojo, CopyableBuilder<ListJournalKinesisStreamsForLedgerResponse.Builder,ListJournalKinesisStreamsForLedgerResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJournalKinesisStreamsForLedgerResponse.Builder |
nextToken(String nextToken)
|
ListJournalKinesisStreamsForLedgerResponse.Builder |
streams(Collection<JournalKinesisStreamDescription> streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
|
ListJournalKinesisStreamsForLedgerResponse.Builder |
streams(Consumer<JournalKinesisStreamDescription.Builder>... streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
|
ListJournalKinesisStreamsForLedgerResponse.Builder |
streams(JournalKinesisStreamDescription... streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJournalKinesisStreamsForLedgerResponse.Builder streams(Collection<JournalKinesisStreamDescription> streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
streams - The array of QLDB journal stream descriptors that are associated with the given ledger.ListJournalKinesisStreamsForLedgerResponse.Builder streams(JournalKinesisStreamDescription... streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
streams - The array of QLDB journal stream descriptors that are associated with the given ledger.ListJournalKinesisStreamsForLedgerResponse.Builder streams(Consumer<JournalKinesisStreamDescription.Builder>... streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
This is a convenience method that creates an instance of theJournalKinesisStreamDescription.Builder avoiding the need
to create one manually via
JournalKinesisStreamDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #streams(List.
streams - a consumer that will call methods on
JournalKinesisStreamDescription.Builder#streams(java.util.Collection) ListJournalKinesisStreamsForLedgerResponse.Builder nextToken(String nextToken)
If NextToken is empty, the last page of results has been processed and there are no more results
to be retrieved.
If NextToken is not empty, more results are available. To retrieve the next page of
results, use the value of NextToken in a subsequent
ListJournalKinesisStreamsForLedger call.
nextToken -
If NextToken is empty, the last page of results has been processed and there are no more
results to be retrieved.
If NextToken is not empty, more results are available. To retrieve the next page
of results, use the value of NextToken in a subsequent
ListJournalKinesisStreamsForLedger call.
Copyright © 2022. All rights reserved.