Class TargetHealth
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TargetHealth.Builder,TargetHealth>
Information about the connection health of an RDS Proxy target.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TargetHealth.Builderbuilder()final StringA description of the health of the RDS Proxy target.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final TargetHealthReasonreason()The reason for the current healthStateof the RDS Proxy target.final StringThe reason for the current healthStateof the RDS Proxy target.static Class<? extends TargetHealth.Builder>final TargetStatestate()The current state of the connection health lifecycle for the RDS Proxy target.final StringThe current state of the connection health lifecycle for the RDS Proxy target.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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>availableIf the service returns an enum value that is not available in the current SDK version,
statewill returnTargetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- 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 - See Also:
-
stateAsString
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>availableIf the service returns an enum value that is not available in the current SDK version,
statewill returnTargetState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- 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 - See Also:
-
reason
The reason for the current health
Stateof the RDS Proxy target.If the service returns an enum value that is not available in the current SDK version,
reasonwill returnTargetHealthReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason for the current health
Stateof the RDS Proxy target. - See Also:
-
reasonAsString
The reason for the current health
Stateof the RDS Proxy target.If the service returns an enum value that is not available in the current SDK version,
reasonwill returnTargetHealthReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason for the current health
Stateof the RDS Proxy target. - See Also:
-
description
A description of the health of the RDS Proxy target. If the
StateisAVAILABLE, a description is not included.- Returns:
- A description of the health of the RDS Proxy target. If the
StateisAVAILABLE, a description is not included.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TargetHealth.Builder,TargetHealth>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-