Class ListElasticsearchInstanceTypesRequest

    • Method Detail

      • elasticsearchVersion

        public final String elasticsearchVersion()

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

        Returns:
        Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
      • domainName

        public final 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.

        Returns:
        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.
      • maxResults

        public final Integer maxResults()

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

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

        public final String nextToken()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object