Interface DatabaseTool.Builder

  • Method Details

    • isEnabled

      DatabaseTool.Builder isEnabled(Boolean isEnabled)

      Indicates whether the database management tool is enabled.

      Parameters:
      isEnabled - Indicates whether the database management tool is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the database management tool.

      Parameters:
      name - The name of the database management tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • computeCount

      DatabaseTool.Builder computeCount(Double computeCount)

      The compute capacity allocated to the database management tool.

      Parameters:
      computeCount - The compute capacity allocated to the database management tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxIdleTimeInMinutes

      DatabaseTool.Builder maxIdleTimeInMinutes(Integer maxIdleTimeInMinutes)

      The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.

      Parameters:
      maxIdleTimeInMinutes - The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.
      Returns:
      Returns a reference to this object so that method calls can be chained together.