Interface AwsRdsDbStatusInfo.Builder

    • Method Detail

      • 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

        AwsRdsDbStatusInfo.Builder normal​(Boolean 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

        AwsRdsDbStatusInfo.Builder status​(String 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

        AwsRdsDbStatusInfo.Builder message​(String 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.