Class ListInstanceTypeDetailsRequest

    • Method Detail

      • engineVersion

        public final String engineVersion()

        The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

        Returns:
        The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
      • domainName

        public final String domainName()

        The name of the domain.

        Returns:
        The name of the domain.
      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
      • nextToken

        public final String nextToken()

        If your initial ListInstanceTypeDetails operation returns a nextToken, you can include the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns results in the next page.

        Returns:
        If your initial ListInstanceTypeDetails operation returns a nextToken, you can include the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns results in the next page.
      • retrieveAZs

        public final Boolean retrieveAZs()

        An optional parameter that specifies the Availability Zones for the domain.

        Returns:
        An optional parameter that specifies the Availability Zones for the domain.
      • instanceType

        public final String instanceType()

        An optional parameter that lists information for a given instance type.

        Returns:
        An optional parameter that lists information for a given instance type.
      • 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