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