Interface TargetHealth.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetHealth.Builder,
,TargetHealth> SdkBuilder<TargetHealth.Builder,
,TargetHealth> SdkPojo
- Enclosing class:
TargetHealth
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the health of the RDS Proxy target.The reason for the current healthState
of the RDS Proxy target.reason
(TargetHealthReason reason) The reason for the current healthState
of the RDS Proxy target.The current state of the connection health lifecycle for the RDS Proxy target.state
(TargetState state) The current state of the connection health lifecycle for the RDS Proxy target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
state
The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:
registering
>unavailable
>available
>unavailable
>available
- Parameters:
state
- The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:registering
>unavailable
>available
>unavailable
>available
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:
registering
>unavailable
>available
>unavailable
>available
- Parameters:
state
- The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:registering
>unavailable
>available
>unavailable
>available
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason for the current health
State
of the RDS Proxy target.- Parameters:
reason
- The reason for the current healthState
of the RDS Proxy target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason for the current health
State
of the RDS Proxy target.- Parameters:
reason
- The reason for the current healthState
of the RDS Proxy target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the health of the RDS Proxy target. If the
State
isAVAILABLE
, a description is not included.- Parameters:
description
- A description of the health of the RDS Proxy target. If theState
isAVAILABLE
, a description is not included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-