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(ProductViewDetail... productViewDetails)
List of detailed product view information objects.
|
build
copy
apply, build
SearchProductsAsAdminResponse.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 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.