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 that includes the routing control.
|
RoutingControl.Builder |
name(String name)
The name of the routing control.
|
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 |
status(Status status)
The deployment status of a routing control.
|
RoutingControl.Builder |
status(String status)
The deployment status of a routing control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoutingControl.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel that includes the routing control.RoutingControl.Builder name(String name)
The name of the routing control.
name - The name of the routing control.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 status(String status)
The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
RoutingControl.Builder status(Status status)
The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
RoutingControl.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.