@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 - `AWS::CloudWatch::Dashboard.DashboardBody`. This parameter is required.this@Stability(value=Stable) public CfnDashboardProps.Builder dashboardName(String dashboardName)
CfnDashboardProps.getDashboardName()dashboardName - `AWS::CloudWatch::Dashboard.DashboardName`.this@Stability(value=Stable) public CfnDashboardProps build()
build in interface software.amazon.jsii.Builder<CfnDashboardProps>CfnDashboardPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.