Class CfnPortfolioMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnPortfolioMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortfolioMixinProps>
- Enclosing interface:
CfnPortfolioMixinProps
@Stability(Stable)
public static final class CfnPortfolioMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortfolioMixinProps>
A builder for
CfnPortfolioMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptLanguage(String acceptLanguage) Sets the value ofCfnPortfolioMixinProps.getAcceptLanguage()build()Builds the configured instance.description(String description) Sets the value ofCfnPortfolioMixinProps.getDescription()displayName(String displayName) Sets the value ofCfnPortfolioMixinProps.getDisplayName()providerName(String providerName) Sets the value ofCfnPortfolioMixinProps.getProviderName()Sets the value ofCfnPortfolioMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acceptLanguage
Sets the value ofCfnPortfolioMixinProps.getAcceptLanguage()- Parameters:
acceptLanguage- The language code.jp- Japanesezh- Chinese
- Returns:
this
-
description
Sets the value ofCfnPortfolioMixinProps.getDescription()- Parameters:
description- The description of the portfolio.- Returns:
this
-
displayName
Sets the value ofCfnPortfolioMixinProps.getDisplayName()- Parameters:
displayName- The name to use for display purposes.- Returns:
this
-
providerName
Sets the value ofCfnPortfolioMixinProps.getProviderName()- Parameters:
providerName- The name of the portfolio provider.- Returns:
this
-
tags
Sets the value ofCfnPortfolioMixinProps.getTags()- Parameters:
tags- One or more tags.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPortfolioMixinProps>- Returns:
- a new instance of
CfnPortfolioMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-