public static interface RejectPortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<RejectPortfolioShareRequest.Builder,RejectPortfolioShareRequest>
| Modifier and Type | Method and Description |
|---|---|
RejectPortfolioShareRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
RejectPortfolioShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RejectPortfolioShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RejectPortfolioShareRequest.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
RejectPortfolioShareRequest.Builder |
portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to reject.
|
RejectPortfolioShareRequest.Builder |
portfolioShareType(String portfolioShareType)
The type of shared portfolios to reject.
|
buildoverrideConfigurationcopyapplyMutation, buildRejectPortfolioShareRequest.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
RejectPortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.RejectPortfolioShareRequest.Builder portfolioShareType(String portfolioShareType)
The type of shared portfolios to reject. The default is to reject imported portfolios.
AWS_ORGANIZATIONS - Reject portfolios shared by the master account of your organization.
IMPORTED - Reject imported portfolios.
AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
For example,
aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
portfolioShareType - The type of shared portfolios to reject. The default is to reject imported portfolios.
AWS_ORGANIZATIONS - Reject portfolios shared by the master account of your organization.
IMPORTED - Reject imported portfolios.
AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
For example,
aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
PortfolioShareType,
PortfolioShareTypeRejectPortfolioShareRequest.Builder portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to reject. The default is to reject imported portfolios.
AWS_ORGANIZATIONS - Reject portfolios shared by the master account of your organization.
IMPORTED - Reject imported portfolios.
AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
For example,
aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
portfolioShareType - The type of shared portfolios to reject. The default is to reject imported portfolios.
AWS_ORGANIZATIONS - Reject portfolios shared by the master account of your organization.
IMPORTED - Reject imported portfolios.
AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
For example,
aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
PortfolioShareType,
PortfolioShareTypeRejectPortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RejectPortfolioShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.