Class DBInstanceStatusInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Provides a list of status information for a DB instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Details of the error if there is an error for the instance.Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.Status of the DB instance.This value is currently "read replication."int
hashCode()
isNormal()
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.void
setMessage
(String message) Details of the error if there is an error for the instance.void
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.void
Status of the DB instance.void
setStatusType
(String statusType) This value is currently "read replication."toString()
Returns a string representation of this object; useful for testing and debugging.withMessage
(String message) Details of the error if there is an error for the instance.withNormal
(Boolean normal) Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.withStatus
(String status) Status of the DB instance.withStatusType
(String statusType) This value is currently "read replication."
-
Constructor Details
-
DBInstanceStatusInfo
public DBInstanceStatusInfo()
-
-
Method Details
-
setStatusType
This value is currently "read replication."
- Parameters:
statusType
- This value is currently "read replication."
-
getStatusType
This value is currently "read replication."
- Returns:
- This value is currently "read replication."
-
withStatusType
This value is currently "read replication."
- Parameters:
statusType
- This value is currently "read replication."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNormal
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
- Parameters:
normal
- Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
-
getNormal
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
- Returns:
- Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
-
withNormal
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
- Parameters:
normal
- Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNormal
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
- Returns:
- Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
-
setStatus
Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
- Parameters:
status
- Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
-
getStatus
Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
- Returns:
- Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
-
withStatus
Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
- Parameters:
status
- Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
- Parameters:
message
- Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
-
getMessage
Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
- Returns:
- Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
-
withMessage
Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.
- Parameters:
message
- Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-