Interface DescribeProductsResponse.Builder

    • Method Detail

      • products

        DescribeProductsResponse.Builder products​(Collection<Product> products)

        A list of products, including details for each product.

        Parameters:
        products - A list of products, including details for each product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • products

        DescribeProductsResponse.Builder products​(Product... products)

        A list of products, including details for each product.

        Parameters:
        products - A list of products, including details for each product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeProductsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

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