@Stability(value=Stable) public static final class CfnDashboardProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDashboardProps>
CfnDashboardProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDashboardProps |
build()
Builds the configured instance.
|
CfnDashboardProps.Builder |
dashboardDefinition(String dashboardDefinition)
Sets the value of
CfnDashboardProps.getDashboardDefinition() |
CfnDashboardProps.Builder |
dashboardDescription(String dashboardDescription)
Sets the value of
CfnDashboardProps.getDashboardDescription() |
CfnDashboardProps.Builder |
dashboardName(String dashboardName)
Sets the value of
CfnDashboardProps.getDashboardName() |
CfnDashboardProps.Builder |
projectId(String projectId)
Sets the value of
CfnDashboardProps.getProjectId() |
CfnDashboardProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDashboardProps.getTags() |
@Stability(value=Stable) public CfnDashboardProps.Builder dashboardDefinition(String dashboardDefinition)
CfnDashboardProps.getDashboardDefinition()dashboardDefinition - `AWS::IoTSiteWise::Dashboard.DashboardDefinition`. This parameter is required.this@Stability(value=Stable) public CfnDashboardProps.Builder dashboardDescription(String dashboardDescription)
CfnDashboardProps.getDashboardDescription()dashboardDescription - `AWS::IoTSiteWise::Dashboard.DashboardDescription`. This parameter is required.this@Stability(value=Stable) public CfnDashboardProps.Builder dashboardName(String dashboardName)
CfnDashboardProps.getDashboardName()dashboardName - `AWS::IoTSiteWise::Dashboard.DashboardName`. This parameter is required.this@Stability(value=Stable) public CfnDashboardProps.Builder projectId(String projectId)
CfnDashboardProps.getProjectId()projectId - `AWS::IoTSiteWise::Dashboard.ProjectId`.this@Stability(value=Stable) public CfnDashboardProps.Builder tags(List<? extends CfnTag> tags)
CfnDashboardProps.getTags()tags - `AWS::IoTSiteWise::Dashboard.Tags`.this@Stability(value=Stable) public CfnDashboardProps build()
build in interface software.amazon.jsii.Builder<CfnDashboardProps>CfnDashboardPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.