@Stability(value=Stable) public static final class PortfolioProps.Builder extends Object implements software.amazon.jsii.Builder<PortfolioProps>
PortfolioProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioProps |
build()
Builds the configured instance.
|
PortfolioProps.Builder |
description(String description)
Sets the value of
PortfolioProps.getDescription() |
PortfolioProps.Builder |
displayName(String displayName)
Sets the value of
PortfolioProps.getDisplayName() |
PortfolioProps.Builder |
messageLanguage(MessageLanguage messageLanguage)
Sets the value of
PortfolioProps.getMessageLanguage() |
PortfolioProps.Builder |
providerName(String providerName)
Sets the value of
PortfolioProps.getProviderName() |
PortfolioProps.Builder |
tagOptions(TagOptions tagOptions)
Sets the value of
PortfolioProps.getTagOptions() |
@Stability(value=Stable) public PortfolioProps.Builder displayName(String displayName)
PortfolioProps.getDisplayName()displayName - The name of the portfolio. This parameter is required.this@Stability(value=Stable) public PortfolioProps.Builder providerName(String providerName)
PortfolioProps.getProviderName()providerName - The provider name. This parameter is required.this@Stability(value=Stable) public PortfolioProps.Builder description(String description)
PortfolioProps.getDescription()description - Description for portfolio.this@Stability(value=Stable) public PortfolioProps.Builder messageLanguage(MessageLanguage messageLanguage)
PortfolioProps.getMessageLanguage()messageLanguage - The message language.
Controls language for
status logging and errors.this@Stability(value=Stable) public PortfolioProps.Builder tagOptions(TagOptions tagOptions)
PortfolioProps.getTagOptions()tagOptions - TagOptions associated directly to a portfolio.this@Stability(value=Stable) public PortfolioProps build()
build in interface software.amazon.jsii.Builder<PortfolioProps>PortfolioPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.