Interface Ec2EbsVolume.Builder

  • Method Details

    • sizeGiB

      Ec2EbsVolume.Builder sizeGiB(Integer sizeGiB)

      The EBS volume size in GiB.

      Parameters:
      sizeGiB - The EBS volume size in GiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iops

      The IOPS per volume.

      Parameters:
      iops - The IOPS per volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throughputMiB

      Ec2EbsVolume.Builder throughputMiB(Integer throughputMiB)

      The throughput per volume in MiB.

      Parameters:
      throughputMiB - The throughput per volume in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.