Interface RebootDbNodeResponse.Builder

  • Method Details

    • dbNodeId

      The unique identifier of the DB node that was rebooted.

      Parameters:
      dbNodeId - The unique identifier of the DB node that was rebooted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the DB node after the reboot operation.

      Parameters:
      status - The current status of the DB node after the reboot operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the DB node after the reboot operation.

      Parameters:
      status - The current status of the DB node after the reboot operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      RebootDbNodeResponse.Builder statusReason(String statusReason)

      Additional information about the status of the DB node after the reboot operation.

      Parameters:
      statusReason - Additional information about the status of the DB node after the reboot operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.