@Stability(value=Stable) public static final class CfnPortfolioShare.Builder extends Object implements software.amazon.jsii.Builder<CfnPortfolioShare>
CfnPortfolioShare.| Modifier and Type | Method and Description |
|---|---|
CfnPortfolioShare.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
CfnPortfolioShare.Builder |
accountId(String accountId)
The AWS account ID.
|
CfnPortfolioShare |
build() |
static CfnPortfolioShare.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPortfolioShare.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
CfnPortfolioShare.Builder |
shareTagOptions(Boolean shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
CfnPortfolioShare.Builder |
shareTagOptions(IResolvable shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
@Stability(value=Stable) public static CfnPortfolioShare.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPortfolioShare.Builder.@Stability(value=Stable) public CfnPortfolioShare.Builder accountId(String accountId)
For example, 123456789012 .
accountId - The AWS account ID. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShare.Builder portfolioId(String portfolioId)
portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShare.Builder acceptLanguage(String acceptLanguage)
en - English (default)jp - Japanesezh - ChineseacceptLanguage - The language code. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShare.Builder shareTagOptions(Boolean shareTagOptions)
shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShare.Builder shareTagOptions(IResolvable shareTagOptions)
shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share. This parameter is required.this@Stability(value=Stable) public CfnPortfolioShare build()
build in interface software.amazon.jsii.Builder<CfnPortfolioShare>Copyright © 2022. All rights reserved.