Interface ListElasticsearchInstanceTypesRequest.Builder

    • Method Detail

      • elasticsearchVersion

        ListElasticsearchInstanceTypesRequest.Builder elasticsearchVersion​(String elasticsearchVersion)

        Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

        Parameters:
        elasticsearchVersion - Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainName

        ListElasticsearchInstanceTypesRequest.Builder domainName​(String domainName)

        DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

        Parameters:
        domainName - DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListElasticsearchInstanceTypesRequest.Builder maxResults​(Integer maxResults)

        Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

        Parameters:
        maxResults - Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListElasticsearchInstanceTypesRequest.Builder nextToken​(String nextToken)

        NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

        Parameters:
        nextToken - NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.