Interface StopDbNodeResponse.Builder

  • Method Details

    • dbNodeId

      StopDbNodeResponse.Builder dbNodeId(String dbNodeId)

      The unique identifier of the DB node that was stopped.

      Parameters:
      dbNodeId - The unique identifier of the DB node that was stopped.
      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 stop operation.

      Parameters:
      status - The current status of the DB node after the stop 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 stop operation.

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

      StopDbNodeResponse.Builder statusReason(String statusReason)

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

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