Interface ListClustersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>,DocDbElasticRequest.Builder,SdkBuilder<ListClustersRequest.Builder,ListClustersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListClustersRequest
public static interface ListClustersRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClustersRequest.BuildermaxResults(Integer maxResults)The maximum number of elastic cluster snapshot results to receive in the response.ListClustersRequest.BuildernextToken(String nextToken)A pagination token provided by a previous request.ListClustersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClustersRequest.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.docdbelastic.model.DocDbElasticRequest.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
-
maxResults
ListClustersRequest.Builder maxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
- Parameters:
maxResults- The maximum number of elastic cluster snapshot results to receive in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListClustersRequest.Builder nextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by
max-results.If there is no more data in the responce, the
nextTokenwill not be returned.- Parameters:
nextToken- A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified bymax-results.If there is no more data in the responce, the
nextTokenwill not be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-