Interface EphemeralStorageConfiguration.Builder

  • Method Details

    • storageClass

      EphemeralStorageConfiguration.Builder storageClass(String storageClass)

      Storage type that determines I/O performance family and level.

      Parameters:
      storageClass - Storage type that determines I/O performance family and level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageClass

      Storage type that determines I/O performance family and level.

      Parameters:
      storageClass - Storage type that determines I/O performance family and level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageSizeInGiB

      EphemeralStorageConfiguration.Builder storageSizeInGiB(Integer storageSizeInGiB)

      Storage volume size in GiB.

      Parameters:
      storageSizeInGiB - Storage volume size in GiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.