@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(software.constructs.Construct scope,
String id) |
CfnDashboard.Builder |
dashboardBody(String dashboardBody)
`AWS::CloudWatch::Dashboard.DashboardBody`.
|
CfnDashboard.Builder |
dashboardName(String dashboardName)
`AWS::CloudWatch::Dashboard.DashboardName`.
|
@Stability(value=Stable) public static CfnDashboard.Builder create(software.constructs.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)
dashboardBody - `AWS::CloudWatch::Dashboard.DashboardBody`. This parameter is required.this@Stability(value=Stable) public CfnDashboard.Builder dashboardName(String dashboardName)
dashboardName - `AWS::CloudWatch::Dashboard.DashboardName`. This parameter is required.this@Stability(value=Stable) public CfnDashboard build()
build in interface software.amazon.jsii.Builder<CfnDashboard>Copyright © 2021. All rights reserved.