public static interface SearchProductsAsAdminRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProductsAsAdminRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
SearchProductsAsAdminRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.SearchProductsAsAdminRequest.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 administrator has access.
filters - The search filters. If no search filters are specified, the output includes all products to which the
administrator has access.SearchProductsAsAdminRequest.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 administrator has access.
filters - The search filters. If no search filters are specified, the output includes all products to which the
administrator has access.SearchProductsAsAdminRequest.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,
ProductViewSortBySearchProductsAsAdminRequest.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,
ProductViewSortBySearchProductsAsAdminRequest.Builder sortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProductsAsAdminRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProductsAsAdminRequest.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.SearchProductsAsAdminRequest.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.SearchProductsAsAdminRequest.Builder productSource(String productSource)
Access level of the source of the product.
productSource - Access level of the source of the product.ProductSource,
ProductSourceSearchProductsAsAdminRequest.Builder productSource(ProductSource productSource)
Access level of the source of the product.
productSource - Access level of the source of the product.ProductSource,
ProductSourceSearchProductsAsAdminRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchProductsAsAdminRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.