Interface RelationalDatabaseHardware.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>, SdkBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>, SdkPojo
Enclosing class:
RelationalDatabaseHardware

public static interface RelationalDatabaseHardware.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>
  • 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.