Interface GetRoutingControlStateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRoutingControlStateResponse.Builder,GetRoutingControlStateResponse>,Route53RecoveryClusterResponse.Builder,SdkBuilder<GetRoutingControlStateResponse.Builder,GetRoutingControlStateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRoutingControlStateResponse
public static interface GetRoutingControlStateResponse.Builder extends Route53RecoveryClusterResponse.Builder, SdkPojo, CopyableBuilder<GetRoutingControlStateResponse.Builder,GetRoutingControlStateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRoutingControlStateResponse.BuilderroutingControlArn(String routingControlArn)The Amazon Resource Name (ARN) of the response.GetRoutingControlStateResponse.BuilderroutingControlName(String routingControlName)The routing control name.GetRoutingControlStateResponse.BuilderroutingControlState(String routingControlState)The state of the routing control.GetRoutingControlStateResponse.BuilderroutingControlState(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 Detail
-
routingControlArn
GetRoutingControlStateResponse.Builder routingControlArn(String 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
GetRoutingControlStateResponse.Builder routingControlState(String 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,RoutingControlState
-
routingControlState
GetRoutingControlStateResponse.Builder routingControlState(RoutingControlState 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,RoutingControlState
-
routingControlName
GetRoutingControlStateResponse.Builder routingControlName(String 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.
-
-