public static interface SearchProductsAsAdminResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<SearchProductsAsAdminResponse.Builder,SearchProductsAsAdminResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProductsAsAdminResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(Consumer<ProductViewDetail.Builder>... productViewDetails)
List of detailed product view information objects.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(ProductViewDetail... productViewDetails)
List of detailed product view information objects.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildSearchProductsAsAdminResponse.Builder productViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
productViewDetails - List of detailed product view information objects.SearchProductsAsAdminResponse.Builder productViewDetails(ProductViewDetail... productViewDetails)
List of detailed product view information objects.
productViewDetails - List of detailed product view information objects.SearchProductsAsAdminResponse.Builder productViewDetails(Consumer<ProductViewDetail.Builder>... productViewDetails)
List of detailed product view information objects.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #productViewDetails(List) .productViewDetails - a consumer that will call methods on List.Builder #productViewDetails(List) SearchProductsAsAdminResponse.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.