Interface ListElasticsearchVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListElasticsearchVersionsResponse.Builder,ListElasticsearchVersionsResponse>,ElasticsearchResponse.Builder,SdkBuilder<ListElasticsearchVersionsResponse.Builder,ListElasticsearchVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListElasticsearchVersionsResponse
public static interface ListElasticsearchVersionsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListElasticsearchVersionsResponse.Builder,ListElasticsearchVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListElasticsearchVersionsResponse.BuilderelasticsearchVersions(String... elasticsearchVersions)Sets the value of the ElasticsearchVersions property for this object.ListElasticsearchVersionsResponse.BuilderelasticsearchVersions(Collection<String> elasticsearchVersions)Sets the value of the ElasticsearchVersions property for this object.ListElasticsearchVersionsResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
elasticsearchVersions
ListElasticsearchVersionsResponse.Builder elasticsearchVersions(Collection<String> elasticsearchVersions)
Sets the value of the ElasticsearchVersions property for this object.- Parameters:
elasticsearchVersions- The new value for the ElasticsearchVersions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchVersions
ListElasticsearchVersionsResponse.Builder elasticsearchVersions(String... elasticsearchVersions)
Sets the value of the ElasticsearchVersions property for this object.- Parameters:
elasticsearchVersions- The new value for the ElasticsearchVersions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListElasticsearchVersionsResponse.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.
-
-