Interface EbsVolumeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EbsVolumeConfiguration.Builder,,EbsVolumeConfiguration> SdkBuilder<EbsVolumeConfiguration.Builder,,EbsVolumeConfiguration> SdkPojo
- Enclosing class:
EbsVolumeConfiguration
@Mutable
@NotThreadSafe
public static interface EbsVolumeConfiguration.Builder
extends SdkPojo, CopyableBuilder<EbsVolumeConfiguration.Builder,EbsVolumeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of I/O operations per second (IOPS) provisioned for the volume.The size of the EBS volume in gibibytes (GiB).throughput(Integer throughput) The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-