Interface ExascaleDbStorageDetails.Builder

  • Method Details

    • availableSizeInGBs

      ExascaleDbStorageDetails.Builder availableSizeInGBs(Integer availableSizeInGBs)

      The available storage size, in gigabytes (GB).

      Parameters:
      availableSizeInGBs - The available storage size, in gigabytes (GB).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSizeInGBs

      ExascaleDbStorageDetails.Builder totalSizeInGBs(Integer totalSizeInGBs)

      The total storage size, in gigabytes (GB).

      Parameters:
      totalSizeInGBs - The total storage size, in gigabytes (GB).
      Returns:
      Returns a reference to this object so that method calls can be chained together.