Interface GetProductsResponse.Builder

    • Method Detail

      • formatVersion

        GetProductsResponse.Builder formatVersion​(String formatVersion)

        The format version of the response. For example, aws_v1.

        Parameters:
        formatVersion - The format version of the response. For example, aws_v1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priceList

        GetProductsResponse.Builder priceList​(Collection<String> priceList)

        The list of products that match your filters. The list contains both the product metadata and the price information.

        Parameters:
        priceList - The list of products that match your filters. The list contains both the product metadata and the price information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priceList

        GetProductsResponse.Builder priceList​(String... priceList)

        The list of products that match your filters. The list contains both the product metadata and the price information.

        Parameters:
        priceList - The list of products that match your filters. The list contains both the product metadata and the price information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetProductsResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.