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