public static interface ListClustersRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListClustersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
ListClustersRequest.Builder |
nextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
ListClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersRequest.Builder maxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
maxResults - The maximum number of entries to recieve in the response.ListClustersRequest.Builder nextToken(String nextToken)
The nextToken which is used the get the next page of data.
nextToken - The nextToken which is used the get the next page of data.ListClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.