@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)
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
|
CfnRoutingControl.Builder |
controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
static CfnRoutingControl.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRoutingControl.Builder |
name(String name)
The name of the routing control.
|
@Stability(value=Stable) public static CfnRoutingControl.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.CfnRoutingControl.Builder.@Stability(value=Stable) public CfnRoutingControl.Builder name(String name)
You can use any non-white space character in the name.
name - The name of the routing control. This parameter is required.this@Stability(value=Stable) public CfnRoutingControl.Builder clusterArn(String clusterArn)
clusterArn - The Amazon Resource Name (ARN) of the cluster that includes the routing control. This parameter is required.this@Stability(value=Stable) public CfnRoutingControl.Builder controlPanelArn(String controlPanelArn)
controlPanelArn - The Amazon Resource Name (ARN) of the control panel that includes the routing control. This parameter is required.this@Stability(value=Stable) public CfnRoutingControl build()
build in interface software.amazon.jsii.Builder<CfnRoutingControl>Copyright © 2022. All rights reserved.