Class PortalProductReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.apigatewayv2.PortalProductReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PortalProductReference>
- Enclosing interface:
PortalProductReference
@Stability(Stable)
public static final class PortalProductReference.Builder
extends Object
implements software.amazon.jsii.Builder<PortalProductReference>
A builder for
PortalProductReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.portalProductArn(String portalProductArn) Sets the value ofPortalProductReference.getPortalProductArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
portalProductArn
Sets the value ofPortalProductReference.getPortalProductArn()- Parameters:
portalProductArn- The PortalProductArn of the PortalProduct resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PortalProductReference>- Returns:
- a new instance of
PortalProductReference - Throws:
NullPointerException- if any required attribute was not provided
-