Interface ListJournalKinesisStreamsForLedgerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,ListJournalKinesisStreamsForLedgerRequest>,QldbRequest.Builder,SdkBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,ListJournalKinesisStreamsForLedgerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListJournalKinesisStreamsForLedgerRequest
public static interface ListJournalKinesisStreamsForLedgerRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,ListJournalKinesisStreamsForLedgerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJournalKinesisStreamsForLedgerRequest.BuilderledgerName(String ledgerName)The name of the ledger.ListJournalKinesisStreamsForLedgerRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a singleListJournalKinesisStreamsForLedgerrequest.ListJournalKinesisStreamsForLedgerRequest.BuildernextToken(String nextToken)A pagination token, indicating that you want to retrieve the next page of results.ListJournalKinesisStreamsForLedgerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJournalKinesisStreamsForLedgerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qldb.model.QldbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ledgerName
ListJournalKinesisStreamsForLedgerRequest.Builder ledgerName(String ledgerName)
The name of the ledger.
- Parameters:
ledgerName- The name of the ledger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListJournalKinesisStreamsForLedgerRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalKinesisStreamsForLedgerrequest. (The actual number of results returned might be fewer.)- Parameters:
maxResults- The maximum number of results to return in a singleListJournalKinesisStreamsForLedgerrequest. (The actual number of results returned might be fewer.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
NextTokenin the response from a previousListJournalKinesisStreamsForLedgercall, you should use that value as input here.- Parameters:
nextToken- A pagination token, indicating that you want to retrieve the next page of results. If you received a value forNextTokenin the response from a previousListJournalKinesisStreamsForLedgercall, you should use that value as input here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJournalKinesisStreamsForLedgerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJournalKinesisStreamsForLedgerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-