public static interface TargetHealth.Builder extends SdkPojo, CopyableBuilder<TargetHealth.Builder,TargetHealth>
| Modifier and Type | Method and Description |
|---|---|
TargetHealth.Builder |
description(String description)
A description of the health of the RDS Proxy target.
|
TargetHealth.Builder |
reason(String reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth.Builder |
reason(TargetHealthReason reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth.Builder |
state(String state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
TargetHealth.Builder |
state(TargetState state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetHealth.Builder state(String 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
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
TargetState,
TargetStateTargetHealth.Builder state(TargetState 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
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
TargetState,
TargetStateTargetHealth.Builder reason(String reason)
The reason for the current health State of the RDS Proxy target.
reason - The reason for the current health State of the RDS Proxy target.TargetHealthReason,
TargetHealthReasonTargetHealth.Builder reason(TargetHealthReason reason)
The reason for the current health State of the RDS Proxy target.
reason - The reason for the current health State of the RDS Proxy target.TargetHealthReason,
TargetHealthReasonTargetHealth.Builder description(String description)
A description of the health of the RDS Proxy target. If the State is AVAILABLE, a
description is not included.
description - A description of the health of the RDS Proxy target. If the State is
AVAILABLE, a description is not included.Copyright © 2023. All rights reserved.