@Stability(value=Stable) public static final class CfnControlPanel.Builder extends Object implements software.amazon.jsii.Builder<CfnControlPanel>
CfnControlPanel.| Modifier and Type | Method and Description |
|---|---|
CfnControlPanel |
build() |
CfnControlPanel.Builder |
clusterArn(String clusterArn)
`AWS::Route53RecoveryControl::ControlPanel.ClusterArn`.
|
static CfnControlPanel.Builder |
create(Construct scope,
String id) |
CfnControlPanel.Builder |
name(String name)
`AWS::Route53RecoveryControl::ControlPanel.Name`.
|
@Stability(value=Stable) public static CfnControlPanel.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.CfnControlPanel.Builder.@Stability(value=Stable) public CfnControlPanel.Builder name(String name)
name - `AWS::Route53RecoveryControl::ControlPanel.Name`. This parameter is required.this@Stability(value=Stable) public CfnControlPanel.Builder clusterArn(String clusterArn)
clusterArn - `AWS::Route53RecoveryControl::ControlPanel.ClusterArn`. This parameter is required.this@Stability(value=Stable) public CfnControlPanel build()
build in interface software.amazon.jsii.Builder<CfnControlPanel>Copyright © 2021. All rights reserved.