@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:53.699Z")
public interface CfnPortfolioProps
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 java.lang.String |
getAcceptLanguage()
The language code.
|
default java.lang.String |
getDescription()
The description of the portfolio.
|
java.lang.String |
getDisplayName()
The name to use for display purposes.
|
java.lang.String |
getProviderName()
The name of the portfolio provider.
|
default java.util.List<CfnTag> |
getTags()
One or more tags.
|
java.lang.String getDisplayName()
java.lang.String getProviderName()
default java.lang.String getAcceptLanguage()
en
- English (default)jp
- Japanesezh
- Chinesedefault java.lang.String getDescription()
default java.util.List<CfnTag> getTags()
static CfnPortfolioProps.Builder builder()
CfnPortfolioProps.Builder
of CfnPortfolioProps