@Stability(value=Stable) public static final class CfnDashboard.Builder extends Object implements software.amazon.jsii.Builder<CfnDashboard>
CfnDashboard.| Modifier and Type | Method and Description |
|---|---|
CfnDashboard |
build() |
static CfnDashboard.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDashboard.Builder |
dashboardDefinition(String dashboardDefinition)
`AWS::IoTSiteWise::Dashboard.DashboardDefinition`.
|
CfnDashboard.Builder |
dashboardDescription(String dashboardDescription)
`AWS::IoTSiteWise::Dashboard.DashboardDescription`.
|
CfnDashboard.Builder |
dashboardName(String dashboardName)
`AWS::IoTSiteWise::Dashboard.DashboardName`.
|
CfnDashboard.Builder |
projectId(String projectId)
`AWS::IoTSiteWise::Dashboard.ProjectId`.
|
CfnDashboard.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTSiteWise::Dashboard.Tags`.
|
@Stability(value=Stable) public static CfnDashboard.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDashboard.Builder.@Stability(value=Stable) public CfnDashboard.Builder dashboardDefinition(String dashboardDefinition)
dashboardDefinition - `AWS::IoTSiteWise::Dashboard.DashboardDefinition`. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardDescription(String dashboardDescription)
dashboardDescription - `AWS::IoTSiteWise::Dashboard.DashboardDescription`. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardName(String dashboardName)
dashboardName - `AWS::IoTSiteWise::Dashboard.DashboardName`. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder projectId(String projectId)
projectId - `AWS::IoTSiteWise::Dashboard.ProjectId`. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoTSiteWise::Dashboard.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDashboard build()
build in interface software.amazon.jsii.Builder<CfnDashboard>Copyright © 2021. All rights reserved.