public static interface RoutingControl.Builder extends SdkPojo, CopyableBuilder<RoutingControl.Builder,RoutingControl>
| Modifier and Type | Method and Description |
|---|---|
RoutingControl.Builder |
controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
|
RoutingControl.Builder |
controlPanelName(String controlPanelName)
The name of the control panel where the routing control is located.
|
RoutingControl.Builder |
routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control.
|
RoutingControl.Builder |
routingControlName(String routingControlName)
The name of the routing control.
|
RoutingControl.Builder |
routingControlState(RoutingControlState routingControlState)
The current state of the routing control.
|
RoutingControl.Builder |
routingControlState(String routingControlState)
The current state of the routing control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoutingControl.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel where the routing control is located.RoutingControl.Builder controlPanelName(String controlPanelName)
The name of the control panel where the routing control is located.
controlPanelName - The name of the control panel where the routing control is located.RoutingControl.Builder routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control.
routingControlArn - The Amazon Resource Name (ARN) of the routing control.RoutingControl.Builder routingControlName(String routingControlName)
The name of the routing control.
routingControlName - The name of the routing control.RoutingControl.Builder routingControlState(String routingControlState)
The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.
routingControlState - The current state of the routing control. When a routing control state is On, traffic flows to a cell.
When the state is Off, traffic does not flow.RoutingControlState,
RoutingControlStateRoutingControl.Builder routingControlState(RoutingControlState routingControlState)
The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.
routingControlState - The current state of the routing control. When a routing control state is On, traffic flows to a cell.
When the state is Off, traffic does not flow.RoutingControlState,
RoutingControlStateCopyright © 2023. All rights reserved.