public static interface ListLedgersRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<ListLedgersRequest.Builder,ListLedgersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLedgersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single
ListLedgers request. |
ListLedgersRequest.Builder |
nextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
ListLedgersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLedgersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLedgersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single ListLedgers request. (The actual number of
results returned might be fewer.)
maxResults - The maximum number of results to return in a single ListLedgers request. (The actual
number of results returned might be fewer.)ListLedgersRequest.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 ListLedgers call, then 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 ListLedgers call, then
you should use that value as input here.ListLedgersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLedgersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.