Class CfnPortalProductPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnPortalProductPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortalProductPropsMixin>
- Enclosing class:
CfnPortalProductPropsMixin
@Stability(Stable)
public static final class CfnPortalProductPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortalProductPropsMixin>
A fluent builder for
CfnPortalProductPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(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 CfnPortalProductPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPortalProductPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPortalProductPropsMixin.Builder.
-
description
A description of the portal product.- Parameters:
description- A description of the portal product. This parameter is required.- Returns:
this- See Also:
-
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:
-
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<CfnPortalProductPropsMixin>- Returns:
- a newly built instance of
CfnPortalProductPropsMixin.
-