public static interface SearchProductsResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
Modifier and Type | Method and 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.
|
build
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.
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.