Interface Ec2EbsVolume.Builder

    • Method Detail

      • iops

        Ec2EbsVolume.Builder iops​(Integer 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.