public static interface ListElasticsearchVersionsResponse.Builder extends ElasticsearchResponse.Builder, CopyableBuilder<ListElasticsearchVersionsResponse.Builder,ListElasticsearchVersionsResponse>
Modifier and Type | Method and Description |
---|---|
ListElasticsearchVersionsResponse.Builder |
elasticsearchVersions(Collection<String> elasticsearchVersions)
Sets the value of the ElasticsearchVersions property for this object.
|
ListElasticsearchVersionsResponse.Builder |
elasticsearchVersions(String... elasticsearchVersions)
Sets the value of the ElasticsearchVersions property for this object.
|
ListElasticsearchVersionsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListElasticsearchVersionsResponse.Builder elasticsearchVersions(Collection<String> elasticsearchVersions)
elasticsearchVersions
- The new value for the ElasticsearchVersions property for this object.ListElasticsearchVersionsResponse.Builder elasticsearchVersions(String... elasticsearchVersions)
elasticsearchVersions
- The new value for the ElasticsearchVersions property for this object.ListElasticsearchVersionsResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.