public static interface CreatePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePortfolioShareRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
CreatePortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.CreatePortfolioShareRequest.Builder accountId(String accountId)
The Amazon Web Services account ID. For example, 123456789012.
accountId - The Amazon Web Services account ID. For example, 123456789012.CreatePortfolioShareRequest.Builder organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share. When you pass OrganizationNode, it creates
PortfolioShare for all of the Amazon Web Services accounts that are associated to the
OrganizationNode. The output returns a PortfolioShareToken, which enables the
administrator to monitor the status of the PortfolioShare creation process.
organizationNode - The organization node to whom you are going to share. When you pass OrganizationNode, it
creates PortfolioShare for all of the Amazon Web Services accounts that are associated to
the OrganizationNode. The output returns a PortfolioShareToken, which
enables 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. When you pass OrganizationNode, it creates
PortfolioShare for all of the Amazon Web Services accounts that are associated to the
OrganizationNode. The output returns a PortfolioShareToken, which enables 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 sharePrincipals(Boolean sharePrincipals)
Enables or disables Principal sharing when creating the portfolio share. If this flag is not
provided, principal sharing is disabled.
When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a
principal that matches any of the associated IAM patterns can provision products from the portfolio. Once
shared, the share recipient can view associations of PrincipalType: IAM_PATTERN on
their portfolio. You can create the principals in the recipient account before or after creating the share.
sharePrincipals - Enables or disables Principal sharing when creating the portfolio share. If this flag is
not provided, principal sharing is disabled.
When you enable Principal Name Sharing for a portfolio share, the share recipient account end users
with a principal that matches any of the associated IAM patterns can provision products from the
portfolio. Once shared, the share recipient can view associations of PrincipalType:
IAM_PATTERN on their portfolio. You can create the principals in the recipient account
before or after creating the share.
CreatePortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePortfolioShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.