public static interface ListPortfoliosForProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListPortfoliosForProductRequest.Builder,ListPortfoliosForProductRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPortfoliosForProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
ListPortfoliosForProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPortfoliosForProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPortfoliosForProductRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListPortfoliosForProductRequest.Builder |
pageToken(String pageToken)
The page token for the next set of results.
|
ListPortfoliosForProductRequest.Builder |
productId(String productId)
The product identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPortfoliosForProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
ListPortfoliosForProductRequest.Builder productId(String productId)
The product identifier.
productId - The product identifier.ListPortfoliosForProductRequest.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.ListPortfoliosForProductRequest.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.ListPortfoliosForProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPortfoliosForProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.