Class CfnPortal.PortalTypeEntryProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnPortal.PortalTypeEntryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortal.PortalTypeEntryProperty>
- Enclosing interface:
CfnPortal.PortalTypeEntryProperty
@Stability(Stable)
public static final class CfnPortal.PortalTypeEntryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPortal.PortalTypeEntryProperty>
A builder for
CfnPortal.PortalTypeEntryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.portalTools(List<String> portalTools) Sets the value ofCfnPortal.PortalTypeEntryProperty.getPortalTools()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
portalTools
@Stability(Stable) public CfnPortal.PortalTypeEntryProperty.Builder portalTools(List<String> portalTools) Sets the value ofCfnPortal.PortalTypeEntryProperty.getPortalTools()- Parameters:
portalTools- The array of tools associated with the specified portal type. This parameter is required. The possible values areASSISTANTandDASHBOARD.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPortal.PortalTypeEntryProperty>- Returns:
- a new instance of
CfnPortal.PortalTypeEntryProperty - Throws:
NullPointerException- if any required attribute was not provided
-