public static final class CfnPortfolioProps.Builder extends Object
CfnPortfolioProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPortfolioProps |
build()
Builds the configured instance.
|
CfnPortfolioProps.Builder |
withAcceptLanguage(String value)
Sets the value of AcceptLanguage
|
CfnPortfolioProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnPortfolioProps.Builder |
withDisplayName(String value)
Sets the value of DisplayName
|
CfnPortfolioProps.Builder |
withProviderName(String value)
Sets the value of ProviderName
|
CfnPortfolioProps.Builder |
withTags(List<Object> value)
Sets the value of Tags
|
CfnPortfolioProps.Builder |
withTags(software.amazon.awscdk.Token value)
Sets the value of Tags
|
public CfnPortfolioProps.Builder withDisplayName(String value)
value - ``AWS::ServiceCatalog::Portfolio.DisplayName``thispublic CfnPortfolioProps.Builder withProviderName(String value)
value - ``AWS::ServiceCatalog::Portfolio.ProviderName``thispublic CfnPortfolioProps.Builder withAcceptLanguage(@Nullable String value)
value - ``AWS::ServiceCatalog::Portfolio.AcceptLanguage``thispublic CfnPortfolioProps.Builder withDescription(@Nullable String value)
value - ``AWS::ServiceCatalog::Portfolio.Description``thispublic CfnPortfolioProps.Builder withTags(@Nullable software.amazon.awscdk.Token value)
value - ``AWS::ServiceCatalog::Portfolio.Tags``thispublic CfnPortfolioProps.Builder withTags(@Nullable List<Object> value)
value - ``AWS::ServiceCatalog::Portfolio.Tags``thispublic CfnPortfolioProps build()
CfnPortfolioPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.