public static final class CfnPortfolioShare.Builder
extends java.lang.Object
CfnPortfolioShare
.Modifier and Type | Method and Description |
---|---|
CfnPortfolioShare.Builder |
acceptLanguage(java.lang.String acceptLanguage)
The language code.
|
CfnPortfolioShare.Builder |
accountId(java.lang.String accountId)
The AWS account ID.
|
CfnPortfolioShare |
build() |
static CfnPortfolioShare.Builder |
create(Construct scope,
java.lang.String id) |
CfnPortfolioShare.Builder |
portfolioId(java.lang.String portfolioId)
The portfolio identifier.
|
CfnPortfolioShare.Builder |
shareTagOptions(java.lang.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.
|
public static CfnPortfolioShare.Builder create(Construct scope, java.lang.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
.public CfnPortfolioShare.Builder accountId(java.lang.String accountId)
For example, 123456789012
.
accountId
- The AWS account ID. This parameter is required.this
public CfnPortfolioShare.Builder portfolioId(java.lang.String portfolioId)
portfolioId
- The portfolio identifier. This parameter is required.this
public CfnPortfolioShare.Builder acceptLanguage(java.lang.String acceptLanguage)
en
- English (default)jp
- Japanesezh
- ChineseacceptLanguage
- The language code. This parameter is required.this
public CfnPortfolioShare.Builder shareTagOptions(java.lang.Boolean shareTagOptions)
shareTagOptions
- Indicates whether TagOptions sharing is enabled or disabled for the portfolio share. This parameter is required.this
public CfnPortfolioShare.Builder shareTagOptions(IResolvable shareTagOptions)
shareTagOptions
- Indicates whether TagOptions sharing is enabled or disabled for the portfolio share. This parameter is required.this
public CfnPortfolioShare build()