Interface EbsVolumeConfiguration.Builder

  • Method Details

    • type

      The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.

      Parameters:
      type - The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sizeInGib

      The size of the EBS volume in gibibytes (GiB).

      Parameters:
      sizeInGib - The size of the EBS volume in gibibytes (GiB).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iops

      The number of I/O operations per second (IOPS) provisioned for the volume.

      Parameters:
      iops - The number of I/O operations per second (IOPS) provisioned for the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throughput

      EbsVolumeConfiguration.Builder throughput(Integer throughput)

      The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).

      Parameters:
      throughput - The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).
      Returns:
      Returns a reference to this object so that method calls can be chained together.