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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProductsResponse.BuilderformatVersion(String formatVersion)The format version of the response.GetProductsResponse.BuildernextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.GetProductsResponse.BuilderpriceList(String... priceList)The list of products that match your filters.GetProductsResponse.BuilderpriceList(Collection<String> priceList)The list of products that match your filters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pricing.model.PricingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-