CopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
, SdkBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
public static interface SearchProductsResponse.Builder extends CopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
Modifier and Type | Method | Description |
---|---|---|
SearchProductsResponse.Builder |
nextPageToken(String nextPageToken) |
The page token to use to retrieve the next page of results for this operation.
|
SearchProductsResponse.Builder |
productViewAggregations(Map<String,? extends Collection<ProductViewAggregationValue>> productViewAggregations) |
A list of the product view aggregation value objects.
|
SearchProductsResponse.Builder |
productViewSummaries(Collection<ProductViewSummary> productViewSummaries) |
A list of the product view summary objects.
|
SearchProductsResponse.Builder |
productViewSummaries(ProductViewSummary... productViewSummaries) |
A list of the product view summary objects.
|
copy
apply, build
SearchProductsResponse.Builder productViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
productViewSummaries
- A list of the product view summary objects.SearchProductsResponse.Builder productViewSummaries(ProductViewSummary... productViewSummaries)
A list of the product view summary objects.
NOTE: This method appends the values to the existing list (if any). Use
#setProductViewSummaries(java.util.Collection)
or
#withProductViewSummaries(java.util.Collection)
if you want to override the existing values.
productViewSummaries
- A list of the product view summary objects.SearchProductsResponse.Builder productViewAggregations(Map<String,? extends Collection<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
productViewAggregations
- A list of the product view aggregation value objects.SearchProductsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.