@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.107Z") @Stability(value=Stable) public interface PortfolioProps extends software.amazon.jsii.JsiiSerializable
Example:
Portfolio.Builder.create(this, "Portfolio")
.displayName("MyPortfolio")
.providerName("MyTeam")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PortfolioProps.Builder
A builder for
PortfolioProps |
static class |
PortfolioProps.Jsii$Proxy
An implementation for
PortfolioProps |
| Modifier and Type | Method and Description |
|---|---|
static PortfolioProps.Builder |
builder() |
default String |
getDescription()
Description for portfolio.
|
String |
getDisplayName()
The name of the portfolio.
|
default MessageLanguage |
getMessageLanguage()
The message language.
|
String |
getProviderName()
The provider name.
|
default TagOptions |
getTagOptions()
TagOptions associated directly to a portfolio.
|
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getProviderName()
@Stability(value=Stable) @Nullable default String getDescription()
Default: - No description provided
@Stability(value=Stable) @Nullable default MessageLanguage getMessageLanguage()
Controls language for status logging and errors.
Default: - English
@Stability(value=Stable) @Nullable default TagOptions getTagOptions()
Default: - No tagOptions provided
@Stability(value=Stable) static PortfolioProps.Builder builder()
PortfolioProps.Builder of PortfolioPropsCopyright © 2022. All rights reserved.