Interface DBInstanceStatusInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DBInstanceStatusInfo.Builder,
,DBInstanceStatusInfo> SdkBuilder<DBInstanceStatusInfo.Builder,
,DBInstanceStatusInfo> SdkPojo
- Enclosing class:
DBInstanceStatusInfo
@Mutable
@NotThreadSafe
public static interface DBInstanceStatusInfo.Builder
extends SdkPojo, CopyableBuilder<DBInstanceStatusInfo.Builder,DBInstanceStatusInfo>
-
Method Summary
Modifier and TypeMethodDescriptionDetails 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.statusType
(String statusType) This value is currently "read replication."Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
statusType
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.
-
normal
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.
-
status
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.
-
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.
- 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.
-