Uses of Interface
software.amazon.awssdk.services.route53recoverycluster.model.GetRoutingControlStateResponse.Builder
-
Packages that use GetRoutingControlStateResponse.Builder Package Description software.amazon.awssdk.services.route53recoverycluster.model -
-
Uses of GetRoutingControlStateResponse.Builder in software.amazon.awssdk.services.route53recoverycluster.model
Methods in software.amazon.awssdk.services.route53recoverycluster.model that return GetRoutingControlStateResponse.Builder Modifier and Type Method Description static GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse. builder()GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse.Builder. routingControlArn(String routingControlArn)The Amazon Resource Name (ARN) of the response.GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse.Builder. routingControlName(String routingControlName)The routing control name.GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse.Builder. routingControlState(String routingControlState)The state of the routing control.GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse.Builder. routingControlState(RoutingControlState routingControlState)The state of the routing control.GetRoutingControlStateResponse.BuilderGetRoutingControlStateResponse. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycluster.model that return types with arguments of type GetRoutingControlStateResponse.Builder Modifier and Type Method Description static Class<? extends GetRoutingControlStateResponse.Builder>GetRoutingControlStateResponse. serializableBuilderClass()
-