public static interface ListJournalKinesisStreamsForLedgerRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,ListJournalKinesisStreamsForLedgerRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJournalKinesisStreamsForLedgerRequest.Builder |
ledgerName(String ledgerName)
The name of the ledger.
|
ListJournalKinesisStreamsForLedgerRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalKinesisStreamsForLedger request. |
ListJournalKinesisStreamsForLedgerRequest.Builder |
nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
ListJournalKinesisStreamsForLedgerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJournalKinesisStreamsForLedgerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJournalKinesisStreamsForLedgerRequest.Builder ledgerName(String ledgerName)
The name of the ledger.
ledgerName - The name of the ledger.ListJournalKinesisStreamsForLedgerRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single ListJournalKinesisStreamsForLedger request.
(The actual number of results returned might be fewer.)
maxResults - The maximum number of results to return in a single ListJournalKinesisStreamsForLedger
request. (The actual number of results returned might be fewer.)ListJournalKinesisStreamsForLedgerRequest.Builder nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken in the response from a previous ListJournalKinesisStreamsForLedger
call, you should use that value as input here.
nextToken - A pagination token, indicating that you want to retrieve the next page of results. If you received a
value for NextToken in the response from a previous
ListJournalKinesisStreamsForLedger call, you should use that value as input here.ListJournalKinesisStreamsForLedgerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJournalKinesisStreamsForLedgerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.