Interface Ec2EbsVolume.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ec2EbsVolume.Builder,Ec2EbsVolume>, SdkBuilder<Ec2EbsVolume.Builder,Ec2EbsVolume>, SdkPojo
Enclosing class:
Ec2EbsVolume

public static interface Ec2EbsVolume.Builder extends SdkPojo, CopyableBuilder<Ec2EbsVolume.Builder,Ec2EbsVolume>
  • Method Details

    • 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.
    • 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.
    • 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.