Interface StopAutonomousDatabaseResponse.Builder

  • Method Details

    • autonomousDatabaseId

      StopAutonomousDatabaseResponse.Builder autonomousDatabaseId(String autonomousDatabaseId)

      The unique identifier of the Autonomous Database that was stopped.

      Parameters:
      autonomousDatabaseId - The unique identifier of the Autonomous Database that was stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The user-friendly name of the Autonomous Database.

      Parameters:
      displayName - The user-friendly name of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the Autonomous Database after the stop operation.

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

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

      StopAutonomousDatabaseResponse.Builder statusReason(String statusReason)

      Additional information about the status of the Autonomous Database after the stop operation.

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