Interface EcsEphemeralStorage.Builder

  • Method Details

    • sizeInGiB

      EcsEphemeralStorage.Builder sizeInGiB(Integer sizeInGiB)

      The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

      Parameters:
      sizeInGiB - The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.