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