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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ec2EbsVolume.Builderiops(Integer iops)The IOPS per volume.Ec2EbsVolume.BuildersizeGiB(Integer sizeGiB)The EBS volume size in GiB.Ec2EbsVolume.BuilderthroughputMiB(Integer throughputMiB)The throughput per volume in MiB.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-