@Stability(value=Stable) public static final class CfnPortfolioShareProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPortfolioShareProps>
CfnPortfolioShareProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPortfolioShareProps.Builder |
acceptLanguage(String acceptLanguage)
Sets the value of
CfnPortfolioShareProps.getAcceptLanguage() |
CfnPortfolioShareProps.Builder |
accountId(String accountId)
Sets the value of
CfnPortfolioShareProps.getAccountId() |
CfnPortfolioShareProps |
build()
Builds the configured instance.
|
CfnPortfolioShareProps.Builder |
portfolioId(String portfolioId)
Sets the value of
CfnPortfolioShareProps.getPortfolioId() |
CfnPortfolioShareProps.Builder |
shareTagOptions(Boolean shareTagOptions)
Sets the value of
CfnPortfolioShareProps.getShareTagOptions() |
CfnPortfolioShareProps.Builder |
shareTagOptions(IResolvable shareTagOptions)
Sets the value of
CfnPortfolioShareProps.getShareTagOptions() |
@Stability(value=Stable) public CfnPortfolioShareProps.Builder accountId(String accountId)
CfnPortfolioShareProps.getAccountId()accountId - The AWS account ID. This parameter is required.
For example, 123456789012 .this@Stability(value=Stable) public CfnPortfolioShareProps.Builder portfolioId(String portfolioId)
CfnPortfolioShareProps.getPortfolioId()portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShareProps.Builder acceptLanguage(String acceptLanguage)
CfnPortfolioShareProps.getAcceptLanguage()acceptLanguage - The language code.
en - English (default)jp - Japanesezh - Chinesethis@Stability(value=Stable) public CfnPortfolioShareProps.Builder shareTagOptions(Boolean shareTagOptions)
CfnPortfolioShareProps.getShareTagOptions()shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.this@Stability(value=Stable) public CfnPortfolioShareProps.Builder shareTagOptions(IResolvable shareTagOptions)
CfnPortfolioShareProps.getShareTagOptions()shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.this@Stability(value=Stable) public CfnPortfolioShareProps build()
build in interface software.amazon.jsii.Builder<CfnPortfolioShareProps>CfnPortfolioSharePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.