public static interface ListAcceptedPortfolioSharesRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAcceptedPortfolioSharesRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
ListAcceptedPortfolioSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAcceptedPortfolioSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAcceptedPortfolioSharesRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListAcceptedPortfolioSharesRequest.Builder |
pageToken(String pageToken)
The page token for the next set of results.
|
ListAcceptedPortfolioSharesRequest.Builder |
portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list.
|
ListAcceptedPortfolioSharesRequest.Builder |
portfolioShareType(String portfolioShareType)
The type of shared portfolios to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAcceptedPortfolioSharesRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
ListAcceptedPortfolioSharesRequest.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.ListAcceptedPortfolioSharesRequest.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.ListAcceptedPortfolioSharesRequest.Builder portfolioShareType(String portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareType,
PortfolioShareTypeListAcceptedPortfolioSharesRequest.Builder portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization
AWS_SERVICECATALOG - List default portfolios
IMPORTED - List imported portfolios
PortfolioShareType,
PortfolioShareTypeListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.