@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.090Z") @Stability(value=Stable) public interface CfnPortfolioProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnPortfolioProps cfnPortfolioProps = CfnPortfolioProps.builder()
.displayName("displayName")
.providerName("providerName")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioProps.Builder
A builder for
CfnPortfolioProps |
static class |
CfnPortfolioProps.Jsii$Proxy
An implementation for
CfnPortfolioProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
default String |
getDescription()
The description of the portfolio.
|
String |
getDisplayName()
The name to use for display purposes.
|
String |
getProviderName()
The name of the portfolio provider.
|
default List<CfnTag> |
getTags()
One or more tags.
|
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getProviderName()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnPortfolioProps.Builder builder()
CfnPortfolioProps.Builder of CfnPortfolioPropsCopyright © 2022. All rights reserved.