@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)
The dashboard definition specified in a JSON literal.
|
CfnDashboard.Builder |
dashboardDescription(String dashboardDescription)
A description for the dashboard.
|
CfnDashboard.Builder |
dashboardName(String dashboardName)
A friendly name for the dashboard.
|
CfnDashboard.Builder |
projectId(String projectId)
The ID of the project in which to create the dashboard.
|
CfnDashboard.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pairs that contain metadata for the dashboard.
|
@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)
For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide .
dashboardDefinition - The dashboard definition specified in a JSON literal. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardDescription(String dashboardDescription)
dashboardDescription - A description for the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardName(String dashboardName)
dashboardName - A friendly name for the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder projectId(String projectId)
projectId - The ID of the project in which to create the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder tags(List<? extends CfnTag> tags)
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
tags - A list of key-value pairs that contain metadata for the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard build()
build in interface software.amazon.jsii.Builder<CfnDashboard>Copyright © 2022. All rights reserved.