Interface PortfolioProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PortfolioProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:07.404Z")
@Stability(Stable)
public interface PortfolioProps
extends software.amazon.jsii.JsiiSerializable
Properties for a Portfolio.
Example:
Portfolio.Builder.create(this, "Portfolio") .displayName("MyPortfolio") .providerName("MyTeam") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPortfolioProps
static final class
An implementation forPortfolioProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic PortfolioProps.Builder
builder()
default String
Description for portfolio.The name of the portfolio.default MessageLanguage
The message language.The provider name.default TagOptions
TagOptions associated directly to a portfolio.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisplayName
The name of the portfolio. -
getProviderName
The provider name. -
getDescription
Description for portfolio.Default: - No description provided
-
getMessageLanguage
The message language.Controls language for status logging and errors.
Default: - English
-
getTagOptions
TagOptions associated directly to a portfolio.Default: - No tagOptions provided
-
builder
- Returns:
- a
PortfolioProps.Builder
ofPortfolioProps
-