public static interface ListElasticsearchVersionsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListElasticsearchVersionsRequest.Builder |
maxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
ListElasticsearchVersionsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListElasticsearchVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListElasticsearchVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListElasticsearchVersionsRequest.Builder maxResults(Integer maxResults)
Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.
maxResults - Set this value to limit the number of results returned. Value provided must be greater than 10 else it
wont be honored.ListElasticsearchVersionsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListElasticsearchVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListElasticsearchVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.