Interface Ec2EbsVolume.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Ec2EbsVolume.Builder,
,Ec2EbsVolume> SdkBuilder<Ec2EbsVolume.Builder,
,Ec2EbsVolume> SdkPojo
- Enclosing class:
Ec2EbsVolume
@Mutable
@NotThreadSafe
public static interface Ec2EbsVolume.Builder
extends SdkPojo, CopyableBuilder<Ec2EbsVolume.Builder,Ec2EbsVolume>
-
Method Summary
Modifier and TypeMethodDescriptionThe IOPS per volume.The EBS volume size in GiB.throughputMiB
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-