public static final class CfnRoutingControl.Builder
extends java.lang.Object
CfnRoutingControl
.Modifier and Type | Method and Description |
---|---|
CfnRoutingControl |
build() |
CfnRoutingControl.Builder |
clusterArn(java.lang.String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
|
CfnRoutingControl.Builder |
controlPanelArn(java.lang.String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
static CfnRoutingControl.Builder |
create(Construct scope,
java.lang.String id) |
CfnRoutingControl.Builder |
name(java.lang.String name)
The name of the routing control.
|
public static CfnRoutingControl.Builder create(Construct scope, java.lang.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
.public CfnRoutingControl.Builder name(java.lang.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
public CfnRoutingControl.Builder clusterArn(java.lang.String clusterArn)
clusterArn
- The Amazon Resource Name (ARN) of the cluster that includes the routing control. This parameter is required.this
public CfnRoutingControl.Builder controlPanelArn(java.lang.String controlPanelArn)
controlPanelArn
- The Amazon Resource Name (ARN) of the control panel that includes the routing control. This parameter is required.this
public CfnRoutingControl build()