public static final class CfnRoutingControlProps.Builder
extends java.lang.Object
CfnRoutingControlProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRoutingControlProps |
build()
Builds the configured instance.
|
CfnRoutingControlProps.Builder |
clusterArn(java.lang.String clusterArn)
Sets the value of
CfnRoutingControlProps.getClusterArn() |
CfnRoutingControlProps.Builder |
controlPanelArn(java.lang.String controlPanelArn)
Sets the value of
CfnRoutingControlProps.getControlPanelArn() |
CfnRoutingControlProps.Builder |
name(java.lang.String name)
Sets the value of
CfnRoutingControlProps.getName() |
public CfnRoutingControlProps.Builder name(java.lang.String name)
CfnRoutingControlProps.getName()
name
- The name of the routing control. This parameter is required.
You can use any non-white space character in the name.this
public CfnRoutingControlProps.Builder clusterArn(java.lang.String clusterArn)
CfnRoutingControlProps.getClusterArn()
clusterArn
- The Amazon Resource Name (ARN) of the cluster that includes the routing control.this
public CfnRoutingControlProps.Builder controlPanelArn(java.lang.String controlPanelArn)
CfnRoutingControlProps.getControlPanelArn()
controlPanelArn
- The Amazon Resource Name (ARN) of the control panel that includes the routing control.this
public CfnRoutingControlProps build()
CfnRoutingControlProps
java.lang.NullPointerException
- if any required attribute was not provided