Interface ListElasticsearchInstanceTypesResponse.Builder

    • Method Detail

      • 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 given ElasticsearchVersion
        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.