@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(Construct scope,
String id) |
CfnDashboard.Builder |
dashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
|
CfnDashboard.Builder |
dashboardName(String dashboardName)
The name of the dashboard.
|
@Stability(value=Stable) public static CfnDashboard.Builder create(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 dashboardBody(String dashboardBody)
This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax .
dashboardBody - The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardName(String dashboardName)
The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
dashboardName - The name of the dashboard. This parameter is required.this@Stability(value=Stable) public CfnDashboard build()
build in interface software.amazon.jsii.Builder<CfnDashboard>Copyright © 2023. All rights reserved.