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.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
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 accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
PortfolioShareType,
PortfolioShareTypeListAcceptedPortfolioSharesRequest.Builder portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.
AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the
management account or delegated administrator of your organization.
AWS_SERVICECATALOG - Deprecated type.
IMPORTED - List imported portfolios that have been accepted and shared through
account-to-account sharing.
PortfolioShareType,
PortfolioShareTypeListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.