Interface AwsRdsDbStatusInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>, SdkBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>, SdkPojo
Enclosing class:
AwsRdsDbStatusInfo

public static interface AwsRdsDbStatusInfo.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>
  • Method Details

    • statusType

      AwsRdsDbStatusInfo.Builder statusType(String statusType)

      The type of status. For a read replica, the status type is read replication.

      Parameters:
      statusType - The type of status. For a read replica, the status type is read replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • normal

      Whether the read replica instance is operating normally.

      Parameters:
      normal - Whether the read replica instance is operating normally.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the read replica instance.

      Parameters:
      status - The status of the read replica instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      If the read replica is currently in an error state, provides the error details.

      Parameters:
      message - If the read replica is currently in an error state, provides the error details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.