Interface ListJournalKinesisStreamsForLedgerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,
,ListJournalKinesisStreamsForLedgerRequest> QldbRequest.Builder
,SdkBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,
,ListJournalKinesisStreamsForLedgerRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListJournalKinesisStreamsForLedgerRequest
@Mutable
@NotThreadSafe
public static interface ListJournalKinesisStreamsForLedgerRequest.Builder
extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListJournalKinesisStreamsForLedgerRequest.Builder,ListJournalKinesisStreamsForLedgerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionledgerName
(String ledgerName) The name of the ledger.maxResults
(Integer maxResults) The maximum number of results to return in a singleListJournalKinesisStreamsForLedger
request.A pagination token, indicating that you want to retrieve the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The maximum number of results to return in a single
ListJournalKinesisStreamsForLedger
request. (The actual number of results returned might be fewer.)- Parameters:
maxResults
- The maximum number of results to return in a singleListJournalKinesisStreamsForLedger
request. (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
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 previousListJournalKinesisStreamsForLedger
call, 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 forNextToken
in the response from a previousListJournalKinesisStreamsForLedger
call, 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJournalKinesisStreamsForLedgerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-