Class DBInstanceStatusInfo
java.lang.Object
software.amazon.awssdk.services.rds.model.DBInstanceStatusInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBInstanceStatusInfo.Builder,DBInstanceStatusInfo>
@Generated("software.amazon.awssdk:codegen")
public final class DBInstanceStatusInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DBInstanceStatusInfo.Builder,DBInstanceStatusInfo>
Provides a list of status information for a DB instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DBInstanceStatusInfo.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringmessage()Details of the error if there is an error for the instance.final Booleannormal()Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).static Class<? extends DBInstanceStatusInfo.Builder>final Stringstatus()The status of the DB instance.final StringThis value is currently "read replication."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
-
statusType
This value is currently "read replication."
- Returns:
- This value is currently "read replication."
-
normal
Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
- Returns:
- Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
-
status
The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
- Returns:
- The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
-
message
Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
- Returns:
- Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBInstanceStatusInfo.Builder,DBInstanceStatusInfo>
-
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
-