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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #streams(List) .streams - a consumer that will call methods on List.Builder #streams(List) 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 © 2021. All rights reserved.