| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycluster.model |
| Modifier and Type | Method and Description |
|---|---|
static RoutingControl.Builder |
RoutingControl.builder() |
RoutingControl.Builder |
RoutingControl.Builder.controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
|
RoutingControl.Builder |
RoutingControl.Builder.controlPanelName(String controlPanelName)
The name of the control panel where the routing control is located.
|
RoutingControl.Builder |
RoutingControl.Builder.routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control.
|
RoutingControl.Builder |
RoutingControl.Builder.routingControlName(String routingControlName)
The name of the routing control.
|
RoutingControl.Builder |
RoutingControl.Builder.routingControlState(RoutingControlState routingControlState)
The current state of the routing control.
|
RoutingControl.Builder |
RoutingControl.Builder.routingControlState(String routingControlState)
The current state of the routing control.
|
RoutingControl.Builder |
RoutingControl.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoutingControl.Builder> |
RoutingControl.serializableBuilderClass() |
Copyright © 2023. All rights reserved.