Interface GetRoutingControlStateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRoutingControlStateResponse.Builder,
,GetRoutingControlStateResponse> Route53RecoveryClusterResponse.Builder
,SdkBuilder<GetRoutingControlStateResponse.Builder,
,GetRoutingControlStateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRoutingControlStateResponse
@Mutable
@NotThreadSafe
public static interface GetRoutingControlStateResponse.Builder
extends Route53RecoveryClusterResponse.Builder, SdkPojo, CopyableBuilder<GetRoutingControlStateResponse.Builder,GetRoutingControlStateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionroutingControlArn
(String routingControlArn) The Amazon Resource Name (ARN) of the response.routingControlName
(String routingControlName) The routing control name.routingControlState
(String routingControlState) The state of the routing control.routingControlState
(RoutingControlState routingControlState) The state of the routing control.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53recoverycluster.model.Route53RecoveryClusterResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
routingControlArn
The Amazon Resource Name (ARN) of the response.
- Parameters:
routingControlArn
- The Amazon Resource Name (ARN) of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingControlState
The state of the routing control.
- Parameters:
routingControlState
- The state of the routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routingControlState
The state of the routing control.
- Parameters:
routingControlState
- The state of the routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routingControlName
The routing control name.
- Parameters:
routingControlName
- The routing control name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-