Interface GetProductsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetProductsResponse.Builder,GetProductsResponse>, PricingResponse.Builder, SdkBuilder<GetProductsResponse.Builder,GetProductsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetProductsResponse

public static interface GetProductsResponse.Builder extends PricingResponse.Builder, SdkPojo, CopyableBuilder<GetProductsResponse.Builder,GetProductsResponse>
  • Method Details

    • 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

      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.