Interface ListInstanceTypeDetailsRequest.Builder

    • Method Detail

      • engineVersion

        ListInstanceTypeDetailsRequest.Builder engineVersion​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • domainName

        ListInstanceTypeDetailsRequest.Builder domainName​(String domainName)

        The name of the domain.

        Parameters:
        domainName - The name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListInstanceTypeDetailsRequest.Builder maxResults​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstanceTypeDetailsRequest.Builder nextToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • retrieveAZs

        ListInstanceTypeDetailsRequest.Builder retrieveAZs​(Boolean retrieveAZs)

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

        Parameters:
        retrieveAZs - An optional parameter that specifies the Availability Zones for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        ListInstanceTypeDetailsRequest.Builder instanceType​(String instanceType)

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

        Parameters:
        instanceType - An optional parameter that lists information for a given instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.