Class CfnPortalProduct.Builder
java.lang.Object
software.amazon.awscdk.services.apigatewayv2.CfnPortalProduct.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortalProduct>
- Enclosing class:
CfnPortalProduct
@Stability(Stable)
public static final class CfnPortalProduct.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortalProduct>
A fluent builder for
CfnPortalProduct.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnPortalProduct.Builderdescription(String description) A description of the portal product.displayName(String displayName) The name of the portal product as it appears in a published portal.The collection of tags associated with the portal product.
-
Method Details
-
create
@Stability(Stable) public static CfnPortalProduct.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
CfnPortalProduct.Builder.
-
displayName
The name of the portal product as it appears in a published portal.- Parameters:
displayName- The name of the portal product as it appears in a published portal. This parameter is required.- Returns:
this- See Also:
-
description
A description of the portal product.- Parameters:
description- A description of the portal product. This parameter is required.- Returns:
this- See Also:
-
tags
The collection of tags associated with the portal product.- Parameters:
tags- The collection of tags associated with the portal product. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPortalProduct>- Returns:
- a newly built instance of
CfnPortalProduct.
-