@Stability(value=Stable) public static final class CfnRoutingControlProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRoutingControlProps>
CfnRoutingControlProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoutingControlProps |
build()
Builds the configured instance.
|
CfnRoutingControlProps.Builder |
clusterArn(String clusterArn)
Sets the value of
CfnRoutingControlProps.getClusterArn() |
CfnRoutingControlProps.Builder |
controlPanelArn(String controlPanelArn)
Sets the value of
CfnRoutingControlProps.getControlPanelArn() |
CfnRoutingControlProps.Builder |
name(String name)
Sets the value of
CfnRoutingControlProps.getName() |
@Stability(value=Stable) public CfnRoutingControlProps.Builder name(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@Stability(value=Stable) public CfnRoutingControlProps.Builder clusterArn(String clusterArn)
CfnRoutingControlProps.getClusterArn()clusterArn - The Amazon Resource Name (ARN) of the cluster that includes the routing control.this@Stability(value=Stable) public CfnRoutingControlProps.Builder controlPanelArn(String controlPanelArn)
CfnRoutingControlProps.getControlPanelArn()controlPanelArn - The Amazon Resource Name (ARN) of the control panel that includes the routing control.this@Stability(value=Stable) public CfnRoutingControlProps build()
build in interface software.amazon.jsii.Builder<CfnRoutingControlProps>CfnRoutingControlPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.