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 |
owner(String owner)
The Amazon Web Services account ID of the routing control owner.
|
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. Only ASCII characters are supported for control panel names.
controlPanelName - The name of the control panel where the routing control is located. Only ASCII characters are
supported for control panel names.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 set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.
routingControlState - The current state of the routing control. When a routing control state is set to ON, traffic flows to
a cell. When the state is set to OFF, traffic does not flow.RoutingControlState,
RoutingControlStateRoutingControl.Builder routingControlState(RoutingControlState routingControlState)
The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.
routingControlState - The current state of the routing control. When a routing control state is set to ON, traffic flows to
a cell. When the state is set to OFF, traffic does not flow.RoutingControlState,
RoutingControlStateRoutingControl.Builder owner(String owner)
The Amazon Web Services account ID of the routing control owner.
owner - The Amazon Web Services account ID of the routing control owner.Copyright © 2023. All rights reserved.