Class CfnAccessPolicy.PortalProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnAccessPolicy.PortalProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPolicy.PortalProperty>
- Enclosing interface:
CfnAccessPolicy.PortalProperty
@Stability(Stable)
public static final class CfnAccessPolicy.PortalProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPolicy.PortalProperty>
A builder for
CfnAccessPolicy.PortalProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAccessPolicy.PortalProperty.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnAccessPolicy.PortalProperty.getId()
- Parameters:
id
- The ID of the portal.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAccessPolicy.PortalProperty>
- Returns:
- a new instance of
CfnAccessPolicy.PortalProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-