public static interface AwsRdsDbStatusInfo.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbStatusInfo.Builder |
message(String message)
If the read replica is currently in an error state, provides the error details.
|
AwsRdsDbStatusInfo.Builder |
normal(Boolean normal)
Whether the read replica instance is operating normally.
|
AwsRdsDbStatusInfo.Builder |
status(String status)
The status of the read replica instance.
|
AwsRdsDbStatusInfo.Builder |
statusType(String statusType)
The type of status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbStatusInfo.Builder statusType(String statusType)
The type of status. For a read replica, the status type is read replication.
statusType - The type of status. For a read replica, the status type is read replication.AwsRdsDbStatusInfo.Builder normal(Boolean normal)
Whether the read replica instance is operating normally.
normal - Whether the read replica instance is operating normally.AwsRdsDbStatusInfo.Builder status(String status)
The status of the read replica instance.
status - The status of the read replica instance.AwsRdsDbStatusInfo.Builder message(String message)
If the read replica is currently in an error state, provides the error details.
message - If the read replica is currently in an error state, provides the error details.Copyright © 2023. All rights reserved.