Interface ListInstanceTypeDetailsResponse.Builder

    • Method Detail

      • instanceTypeDetails

        ListInstanceTypeDetailsResponse.Builder instanceTypeDetails​(Collection<InstanceTypeDetails> instanceTypeDetails)

        Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.

        Parameters:
        instanceTypeDetails - Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTypeDetails

        ListInstanceTypeDetailsResponse.Builder instanceTypeDetails​(InstanceTypeDetails... instanceTypeDetails)

        Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.

        Parameters:
        instanceTypeDetails - Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstanceTypeDetailsResponse.Builder nextToken​(String nextToken)

        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

        Parameters:
        nextToken - When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.