Interface ListKeyspacesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListKeyspacesRequest.Builder,,- ListKeyspacesRequest> - KeyspacesRequest.Builder,- SdkBuilder<ListKeyspacesRequest.Builder,,- ListKeyspacesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListKeyspacesRequest
@Mutable
@NotThreadSafe
public static interface ListKeyspacesRequest.Builder
extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<ListKeyspacesRequest.Builder,ListKeyspacesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The total number of keyspaces to return in the output.The pagination token.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.keyspaces.model.KeyspacesRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nextTokenThe pagination token. To resume pagination, provide the NextTokenvalue as argument of a subsequent API invocation.- Parameters:
- nextToken- The pagination token. To resume pagination, provide the- NextTokenvalue as argument of a subsequent API invocation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe total number of keyspaces to return in the output. If the total number of keyspaces available is more than the value specified, a NextTokenis provided in the output. To resume pagination, provide theNextTokenvalue as an argument of a subsequent API invocation.- Parameters:
- 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- NextTokenis provided in the output. To resume pagination, provide the- NextTokenvalue as an argument of a subsequent API invocation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListKeyspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListKeyspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-