@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 |
dashboardBody(String dashboardBody)
Sets the value of
CfnDashboardProps.getDashboardBody() |
CfnDashboardProps.Builder |
dashboardName(String dashboardName)
Sets the value of
CfnDashboardProps.getDashboardName() |
@Stability(value=Stable) public CfnDashboardProps.Builder dashboardBody(String dashboardBody)
CfnDashboardProps.getDashboardBody()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 parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax .
this@Stability(value=Stable) public CfnDashboardProps.Builder dashboardName(String dashboardName)
CfnDashboardProps.getDashboardName()dashboardName - The name of the dashboard.
The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.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.