Interface SearchProductsAsAdminRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>,SdkBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- SearchProductsAsAdminRequest
public static interface SearchProductsAsAdminRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
SearchProductsAsAdminRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
portfolioId
SearchProductsAsAdminRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
- Parameters:
portfolioId- The portfolio identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filtersWithStrings
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.
- Parameters:
filters- The search filters. If no search filters are specified, the output includes all products to which the administrator has access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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.
- Parameters:
filters- The search filters. If no search filters are specified, the output includes all products to which the administrator has access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
SearchProductsAsAdminRequest.Builder sortBy(String sortBy)
The sort field. If no value is specified, the results are not sorted.
- Parameters:
sortBy- The sort field. If no value is specified, the results are not sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductViewSortBy,ProductViewSortBy
-
sortBy
SearchProductsAsAdminRequest.Builder sortBy(ProductViewSortBy sortBy)
The sort field. If no value is specified, the results are not sorted.
- Parameters:
sortBy- The sort field. If no value is specified, the results are not sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductViewSortBy,ProductViewSortBy
-
sortOrder
SearchProductsAsAdminRequest.Builder sortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
-
sortOrder
SearchProductsAsAdminRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
-
pageToken
SearchProductsAsAdminRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
SearchProductsAsAdminRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
- Parameters:
pageSize- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productSource
SearchProductsAsAdminRequest.Builder productSource(String productSource)
Access level of the source of the product.
- Parameters:
productSource- Access level of the source of the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductSource,ProductSource
-
productSource
SearchProductsAsAdminRequest.Builder productSource(ProductSource productSource)
Access level of the source of the product.
- Parameters:
productSource- Access level of the source of the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductSource,ProductSource
-
overrideConfiguration
SearchProductsAsAdminRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchProductsAsAdminRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-