public static interface ListElasticsearchInstanceTypesResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListElasticsearchInstanceTypesResponse.Builder,ListElasticsearchInstanceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListElasticsearchInstanceTypesResponse.Builder |
elasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
ListElasticsearchInstanceTypesResponse.Builder |
elasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
ListElasticsearchInstanceTypesResponse.Builder |
elasticsearchInstanceTypesWithStrings(Collection<String> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
ListElasticsearchInstanceTypesResponse.Builder |
elasticsearchInstanceTypesWithStrings(String... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
ListElasticsearchInstanceTypesResponse.Builder |
nextToken(String nextToken)
In case if there are more results available NextToken would be present, make further request to the same API
with received NextToken to paginate remaining results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypesWithStrings(Collection<String> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion
elasticsearchInstanceTypes - List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypesWithStrings(String... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion
elasticsearchInstanceTypes - List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion
elasticsearchInstanceTypes - List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion
elasticsearchInstanceTypes - List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion ListElasticsearchInstanceTypesResponse.Builder nextToken(String nextToken)
In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.
nextToken - In case if there are more results available NextToken would be present, make further request to the
same API with received NextToken to paginate remaining results.Copyright © 2022. All rights reserved.