public static final class CfnDashboard.Builder
extends java.lang.Object
CfnDashboard
.Modifier and Type | Method and Description |
---|---|
CfnDashboard |
build() |
static CfnDashboard.Builder |
create(Construct scope,
java.lang.String id) |
CfnDashboard.Builder |
dashboardDefinition(java.lang.String dashboardDefinition)
The dashboard definition specified in a JSON literal.
|
CfnDashboard.Builder |
dashboardDescription(java.lang.String dashboardDescription)
A description for the dashboard.
|
CfnDashboard.Builder |
dashboardName(java.lang.String dashboardName)
A friendly name for the dashboard.
|
CfnDashboard.Builder |
projectId(java.lang.String projectId)
The ID of the project in which to create the dashboard.
|
CfnDashboard.Builder |
tags(java.util.List<? extends CfnTag> tags)
A list of key-value pairs that contain metadata for the dashboard.
|
public static CfnDashboard.Builder create(Construct scope, java.lang.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
.public CfnDashboard.Builder dashboardDefinition(java.lang.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
public CfnDashboard.Builder dashboardDescription(java.lang.String dashboardDescription)
dashboardDescription
- A description for the dashboard. This parameter is required.this
public CfnDashboard.Builder dashboardName(java.lang.String dashboardName)
dashboardName
- A friendly name for the dashboard. This parameter is required.this
public CfnDashboard.Builder projectId(java.lang.String projectId)
projectId
- The ID of the project in which to create the dashboard. This parameter is required.this
public CfnDashboard.Builder tags(java.util.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
public CfnDashboard build()