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