CopyableBuilder<SearchProductsAsAdminResponse.Builder,SearchProductsAsAdminResponse>
, SdkBuilder<SearchProductsAsAdminResponse.Builder,SearchProductsAsAdminResponse>
public static interface SearchProductsAsAdminResponse.Builder extends CopyableBuilder<SearchProductsAsAdminResponse.Builder,SearchProductsAsAdminResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setProductViewDetails(java.util.Collection)
or #withProductViewDetails(java.util.Collection)
if you want to override the existing values.
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.