@Stability(value=Experimental) public static final class PortfolioShareOptions.Builder extends Object implements software.amazon.jsii.Builder<PortfolioShareOptions>
PortfolioShareOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioShareOptions |
build()
Builds the configured instance.
|
PortfolioShareOptions.Builder |
messageLanguage(MessageLanguage messageLanguage)
Sets the value of
PortfolioShareOptions.getMessageLanguage() |
PortfolioShareOptions.Builder |
shareTagOptions(Boolean shareTagOptions)
Sets the value of
PortfolioShareOptions.getShareTagOptions() |
@Stability(value=Experimental) public PortfolioShareOptions.Builder messageLanguage(MessageLanguage messageLanguage)
PortfolioShareOptions.getMessageLanguage()messageLanguage - The message language of the share.
Controls status and error message language for share.this@Stability(value=Experimental) public PortfolioShareOptions.Builder shareTagOptions(Boolean shareTagOptions)
PortfolioShareOptions.getShareTagOptions()shareTagOptions - Whether to share tagOptions as a part of the portfolio share.this@Stability(value=Experimental) public PortfolioShareOptions build()
build in interface software.amazon.jsii.Builder<PortfolioShareOptions>PortfolioShareOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.