Class CfnPortalProductMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnPortalProductMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortalProductMixinProps>
- Enclosing interface:
CfnPortalProductMixinProps
@Stability(Stable)
public static final class CfnPortalProductMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortalProductMixinProps>
A builder for
CfnPortalProductMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnPortalProductMixinProps.getDescription()displayName(String displayName) Sets the value ofCfnPortalProductMixinProps.getDisplayName()Sets the value ofCfnPortalProductMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnPortalProductMixinProps.getDescription()- Parameters:
description- A description of the portal product.- Returns:
this
-
displayName
Sets the value ofCfnPortalProductMixinProps.getDisplayName()- Parameters:
displayName- The name of the portal product as it appears in a published portal.- Returns:
this
-
tags
Sets the value ofCfnPortalProductMixinProps.getTags()- Parameters:
tags- The collection of tags associated with the portal product.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPortalProductMixinProps>- Returns:
- a new instance of
CfnPortalProductMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-