Class CfnPortfolio.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalog.CfnPortfolio.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortfolio>
- Enclosing class:
CfnPortfolio
@Stability(Stable)
public static final class CfnPortfolio.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortfolio>
A fluent builder for
CfnPortfolio
.-
Method Summary
Modifier and TypeMethodDescriptionacceptLanguage
(String acceptLanguage) The language code.build()
static CfnPortfolio.Builder
description
(String description) The description of the portfolio.displayName
(String displayName) The name to use for display purposes.providerName
(String providerName) The name of the portfolio provider.One or more tags.
-
Method Details
-
create
@Stability(Stable) public static CfnPortfolio.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPortfolio.Builder
.
-
displayName
The name to use for display purposes.- Parameters:
displayName
- The name to use for display purposes. This parameter is required.- Returns:
this
- See Also:
-
providerName
The name of the portfolio provider.- Parameters:
providerName
- The name of the portfolio provider. This parameter is required.- Returns:
this
- See Also:
-
acceptLanguage
The language code.jp
- Japanesezh
- Chinese
- Parameters:
acceptLanguage
- The language code. This parameter is required.- Returns:
this
- See Also:
-
description
The description of the portfolio.- Parameters:
description
- The description of the portfolio. This parameter is required.- Returns:
this
- See Also:
-
tags
One or more tags.- Parameters:
tags
- One or more tags. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPortfolio>
- Returns:
- a newly built instance of
CfnPortfolio
.
-