CopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
, SdkBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
public static interface SearchProductsAsAdminRequest.Builder extends CopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
Modifier and Type | Method | Description |
---|---|---|
SearchProductsAsAdminRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
SearchProductsAsAdminRequest.Builder |
filters(Map<String,? extends Collection<String>> filters) |
The list of filters with which to limit search results.
|
SearchProductsAsAdminRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of items to return in the results.
|
SearchProductsAsAdminRequest.Builder |
pageToken(String pageToken) |
The page token of the first page retrieved.
|
SearchProductsAsAdminRequest.Builder |
portfolioId(String portfolioId) |
The portfolio identifier.
|
SearchProductsAsAdminRequest.Builder |
productSource(String productSource) |
Access level of the source of the product.
|
SearchProductsAsAdminRequest.Builder |
productSource(ProductSource productSource) |
Access level of the source of the product.
|
SearchProductsAsAdminRequest.Builder |
sortBy(String sortBy) |
The sort field specifier.
|
SearchProductsAsAdminRequest.Builder |
sortBy(ProductViewSortBy sortBy) |
The sort field specifier.
|
SearchProductsAsAdminRequest.Builder |
sortOrder(String sortOrder) |
The sort order specifier.
|
SearchProductsAsAdminRequest.Builder |
sortOrder(SortOrder sortOrder) |
The sort order specifier.
|
copy
apply, build
SearchProductsAsAdminRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
SearchProductsAsAdminRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.SearchProductsAsAdminRequest.Builder filters(Map<String,? extends Collection<String>> filters)
The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the administrator has access.
filters
- The list of filters with which to limit search results. If no search filters are specified, the output
is all the products to which the administrator has access.SearchProductsAsAdminRequest.Builder sortBy(String sortBy)
The sort field specifier. If no value is specified, results are not sorted.
sortBy
- The sort field specifier. If no value is specified, results are not sorted.ProductViewSortBy
SearchProductsAsAdminRequest.Builder sortBy(ProductViewSortBy sortBy)
The sort field specifier. If no value is specified, results are not sorted.
sortBy
- The sort field specifier. If no value is specified, results are not sorted.ProductViewSortBy
SearchProductsAsAdminRequest.Builder sortOrder(String sortOrder)
The sort order specifier. If no value is specified, results are not sorted.
sortOrder
- The sort order specifier. If no value is specified, results are not sorted.SortOrder
SearchProductsAsAdminRequest.Builder sortOrder(SortOrder sortOrder)
The sort order specifier. If no value is specified, results are not sorted.
sortOrder
- The sort order specifier. If no value is specified, results are not sorted.SortOrder
SearchProductsAsAdminRequest.Builder pageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.
pageToken
- The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.SearchProductsAsAdminRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.
pageSize
- The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.SearchProductsAsAdminRequest.Builder productSource(String productSource)
Access level of the source of the product.
productSource
- Access level of the source of the product.ProductSource
SearchProductsAsAdminRequest.Builder productSource(ProductSource productSource)
Access level of the source of the product.
productSource
- Access level of the source of the product.ProductSource
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.