Interface ListElasticsearchVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>,ElasticsearchRequest.Builder,SdkBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListElasticsearchVersionsRequest
public static interface ListElasticsearchVersionsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListElasticsearchVersionsRequest.BuildermaxResults(Integer maxResults)Set this value to limit the number of results returned.ListElasticsearchVersionsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListElasticsearchVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListElasticsearchVersionsRequest.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.elasticsearch.model.ElasticsearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListElasticsearchVersionsRequest.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.
- Parameters:
maxResults- Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListElasticsearchVersionsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListElasticsearchVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListElasticsearchVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-