public static interface UpdatePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioShareRequest.Builder,UpdatePortfolioShareRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdatePortfolioShareRequest.Builder |
accountId(String accountId)
The Amazon Web Services account Id of the recipient account.
|
default UpdatePortfolioShareRequest.Builder |
organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
Sets the value of the OrganizationNode property for this object.
|
UpdatePortfolioShareRequest.Builder |
organizationNode(OrganizationNode organizationNode)
Sets the value of the OrganizationNode property for this object.
|
UpdatePortfolioShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePortfolioShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePortfolioShareRequest.Builder |
portfolioId(String portfolioId)
The unique identifier of the portfolio for which the share will be updated.
|
UpdatePortfolioShareRequest.Builder |
sharePrincipals(Boolean sharePrincipals)
A flag to enables or disables
Principals sharing in the portfolio. |
UpdatePortfolioShareRequest.Builder |
shareTagOptions(Boolean shareTagOptions)
Enables or disables
TagOptions sharing for the portfolio share. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortfolioShareRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
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 Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.
accountId - The Amazon Web Services 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)
Enables or disables 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 - Enables or disables 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 sharePrincipals(Boolean sharePrincipals)
A flag to enables or disables Principals sharing in the portfolio. If this field is not
provided, the current state of the Principals sharing on the portfolio share will not be
modified.
sharePrincipals - A flag to enables or disables Principals sharing in the portfolio. If this field is not
provided, the current state of the Principals 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 © 2023. All rights reserved.