Interface RelationalDatabaseHardware.Builder

  • Method Details

    • cpuCount

      The number of vCPUs for the database.

      Parameters:
      cpuCount - The number of vCPUs for the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • diskSizeInGb

      RelationalDatabaseHardware.Builder diskSizeInGb(Integer diskSizeInGb)

      The size of the disk for the database.

      Parameters:
      diskSizeInGb - The size of the disk for the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ramSizeInGb

      RelationalDatabaseHardware.Builder ramSizeInGb(Float ramSizeInGb)

      The amount of RAM in GB for the database.

      Parameters:
      ramSizeInGb - The amount of RAM in GB for the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.