public static interface CreatePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePortfolioShareRequest.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
CreatePortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.CreatePortfolioShareRequest.Builder accountId(String accountId)
The AWS account ID. For example, 123456789012.
accountId - The AWS account ID. For example, 123456789012.CreatePortfolioShareRequest.Builder organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its children
(when applies), and a PortfolioShareToken will be returned in the output in order for the
administrator to monitor the status of the PortfolioShare creation process.
organizationNode - The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its
children (when applies), and a PortfolioShareToken will be returned in the output in
order for the administrator to monitor the status of the PortfolioShare creation process.default CreatePortfolioShareRequest.Builder organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
The organization node to whom you are going to share. If OrganizationNode is passed in,
PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its children
(when applies), and a PortfolioShareToken will be returned in the output in order for the
administrator to monitor the status of the PortfolioShare creation process.
OrganizationNode.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)CreatePortfolioShareRequest.Builder shareTagOptions(Boolean shareTagOptions)
Enables or disables TagOptions sharing when creating the portfolio share. If this flag is not
provided, TagOptions sharing is disabled.
shareTagOptions - Enables or disables TagOptions sharing when creating the portfolio share. If this flag
is not provided, TagOptions sharing is disabled.CreatePortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePortfolioShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.