public static interface DBInstanceStatusInfo.Builder extends SdkPojo, CopyableBuilder<DBInstanceStatusInfo.Builder,DBInstanceStatusInfo>
| Modifier and Type | Method and Description |
|---|---|
DBInstanceStatusInfo.Builder |
message(String message)
Details of the error if there is an error for the instance.
|
DBInstanceStatusInfo.Builder |
normal(Boolean normal)
A Boolean value that is
true if the instance is operating normally, or false if the
instance is in an error state. |
DBInstanceStatusInfo.Builder |
status(String status)
Status of the instance.
|
DBInstanceStatusInfo.Builder |
statusType(String statusType)
This value is currently "
read replication." |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBInstanceStatusInfo.Builder statusType(String statusType)
This value is currently "read replication."
statusType - This value is currently "read replication."DBInstanceStatusInfo.Builder normal(Boolean normal)
A Boolean value that is true if the instance is operating normally, or false if the
instance is in an error state.
normal - A Boolean value that is true if the instance is operating normally, or false
if the instance is in an error state.DBInstanceStatusInfo.Builder status(String status)
Status of the instance. For a StatusType of read replica, the values can be
replicating, error, stopped, or terminated.
status - Status of the instance. For a StatusType of read replica, the values can be
replicating, error, stopped, or terminated.DBInstanceStatusInfo.Builder message(String 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.
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.Copyright © 2022. All rights reserved.