public static interface SearchProductsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<SearchProductsResponse.Builder,SearchProductsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProductsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
SearchProductsResponse.Builder |
productViewAggregations(Map<String,? extends Collection<ProductViewAggregationValue>> productViewAggregations)
The product view aggregations.
|
SearchProductsResponse.Builder |
productViewSummaries(Collection<ProductViewSummary> productViewSummaries)
Information about the product views.
|
SearchProductsResponse.Builder |
productViewSummaries(Consumer<ProductViewSummary.Builder>... productViewSummaries)
Information about the product views.
|
SearchProductsResponse.Builder |
productViewSummaries(ProductViewSummary... productViewSummaries)
Information about the product views.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProductsResponse.Builder productViewSummaries(Collection<ProductViewSummary> productViewSummaries)
Information about the product views.
productViewSummaries - Information about the product views.SearchProductsResponse.Builder productViewSummaries(ProductViewSummary... productViewSummaries)
Information about the product views.
productViewSummaries - Information about the product views.SearchProductsResponse.Builder productViewSummaries(Consumer<ProductViewSummary.Builder>... productViewSummaries)
Information about the product views.
This is a convenience method that creates an instance of theProductViewSummary.Builder avoiding the need to
create one manually via
ProductViewSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #productViewSummaries(List.
productViewSummaries - a consumer that will call methods on
ProductViewSummary.Builder#productViewSummaries(java.util.Collection) SearchProductsResponse.Builder productViewAggregations(Map<String,? extends Collection<ProductViewAggregationValue>> productViewAggregations)
The product view aggregations.
productViewAggregations - The product view aggregations.SearchProductsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2023. All rights reserved.