public static interface UpdatePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioShareRequest.Builder,UpdatePortfolioShareRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortfolioShareRequest.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
UpdatePortfolioShareRequest.Builder portfolioId(String portfolioId)
The unique identifier of the portfolio for which the share will be updated.
portfolioId - The unique identifier of the portfolio for which the share will be updated.UpdatePortfolioShareRequest.Builder accountId(String accountId)
The AWS Account Id of the recipient account. This field is required when updating an external account to account type share.
accountId - The AWS Account Id of the recipient account. This field is required when updating an external account
to account type share.UpdatePortfolioShareRequest.Builder organizationNode(OrganizationNode organizationNode)
organizationNode - The new value for the OrganizationNode property for this object.default UpdatePortfolioShareRequest.Builder organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
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)UpdatePortfolioShareRequest.Builder shareTagOptions(Boolean shareTagOptions)
A flag to enable or disable TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.
shareTagOptions - A flag to enable or disable TagOptions sharing for the portfolio share. If this field is not provided,
the current state of TagOptions sharing on the portfolio share will not be modified.UpdatePortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePortfolioShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.