public static interface DeletePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DeletePortfolioShareRequest.Builder,DeletePortfolioShareRequest>
buildoverrideConfigurationcopyapplyMutation, buildDeletePortfolioShareRequest.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
DeletePortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.DeletePortfolioShareRequest.Builder accountId(String accountId)
The AWS account ID.
accountId - The AWS account ID.DeletePortfolioShareRequest.Builder organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to stop sharing.
organizationNode - The organization node to whom you are going to stop sharing.default DeletePortfolioShareRequest.Builder organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
The organization node to whom you are going to stop sharing.
This is a convenience that creates an instance of theOrganizationNode.Builder avoiding the need to
create one manually via OrganizationNode.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to organizationNode(OrganizationNode).organizationNode - a consumer that will call methods on OrganizationNode.BuilderorganizationNode(OrganizationNode)DeletePortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeletePortfolioShareRequest.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.