public static interface ListKeyspacesRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<ListKeyspacesRequest.Builder,ListKeyspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListKeyspacesRequest.Builder |
maxResults(Integer maxResults)
The total number of keyspaces to return in the output.
|
ListKeyspacesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListKeyspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListKeyspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeyspacesRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as argument of a
subsequent API invocation.
nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a
subsequent API invocation.ListKeyspacesRequest.Builder maxResults(Integer maxResults)
The total number of keyspaces to return in the output. If the total number of keyspaces available is more
than the value specified, a NextToken is provided in the output. To resume pagination, provide
the NextToken value as an argument of a subsequent API invocation.
maxResults - The total number of keyspaces to return in the output. If the total number of keyspaces available is
more than the value specified, a NextToken is provided in the output. To resume
pagination, provide the NextToken value as an argument of a subsequent API invocation.ListKeyspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListKeyspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.