public static interface SearchProductsRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<SearchProductsRequest.Builder,SearchProductsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProductsRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
SearchProductsRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The search filters. If no search filters are specified, the output includes all products to which the caller has access.
filters - The search filters. If no search filters are specified, the output includes all products to which the
caller has access.SearchProductsRequest.Builder filters(Map<ProductViewFilterBy,? extends Collection<String>> filters)
The search filters. If no search filters are specified, the output includes all products to which the caller has access.
filters - The search filters. If no search filters are specified, the output includes all products to which the
caller has access.SearchProductsRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.SearchProductsRequest.Builder sortBy(String sortBy)
The sort field. If no value is specified, the results are not sorted.
sortBy - The sort field. If no value is specified, the results are not sorted.ProductViewSortBy,
ProductViewSortBySearchProductsRequest.Builder sortBy(ProductViewSortBy sortBy)
The sort field. If no value is specified, the results are not sorted.
sortBy - The sort field. If no value is specified, the results are not sorted.ProductViewSortBy,
ProductViewSortBySearchProductsRequest.Builder sortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProductsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProductsRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.SearchProductsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchProductsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.