Interface ListElasticsearchInstanceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListElasticsearchInstanceTypesResponse.Builder,ListElasticsearchInstanceTypesResponse>,ElasticsearchResponse.Builder,SdkBuilder<ListElasticsearchInstanceTypesResponse.Builder,ListElasticsearchInstanceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListElasticsearchInstanceTypesResponse
public static interface ListElasticsearchInstanceTypesResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListElasticsearchInstanceTypesResponse.Builder,ListElasticsearchInstanceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListElasticsearchInstanceTypesResponse.BuilderelasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionListElasticsearchInstanceTypesResponse.BuilderelasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionListElasticsearchInstanceTypesResponse.BuilderelasticsearchInstanceTypesWithStrings(String... elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionListElasticsearchInstanceTypesResponse.BuilderelasticsearchInstanceTypesWithStrings(Collection<String> elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionListElasticsearchInstanceTypesResponse.BuildernextToken(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.-
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
-
elasticsearchInstanceTypesWithStrings
ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypesWithStrings(Collection<String> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion- Parameters:
elasticsearchInstanceTypes- List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchInstanceTypesWithStrings
ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypesWithStrings(String... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion- Parameters:
elasticsearchInstanceTypes- List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchInstanceTypes
ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion- Parameters:
elasticsearchInstanceTypes- List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchInstanceTypes
ListElasticsearchInstanceTypesResponse.Builder elasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion- Parameters:
elasticsearchInstanceTypes- List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-