Interface TaskEphemeralStorage.Builder

  • Method Details

    • sizeInGiB

      TaskEphemeralStorage.Builder sizeInGiB(Integer sizeInGiB)

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

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

      Specify an Key Management Service key ID to encrypt the ephemeral storage for the task.

      Parameters:
      kmsKeyId - Specify an Key Management Service key ID to encrypt the ephemeral storage for the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.