public static interface VolumeSpecification.Builder extends SdkPojo, CopyableBuilder<VolumeSpecification.Builder,VolumeSpecification>
Modifier and Type | Method and Description |
---|---|
VolumeSpecification.Builder |
iops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
VolumeSpecification.Builder |
sizeInGB(Integer sizeInGB)
The volume size, in gibibytes (GiB).
|
VolumeSpecification.Builder |
throughput(Integer throughput)
The throughput, in mebibyte per second (MiB/s).
|
VolumeSpecification.Builder |
volumeType(String volumeType)
The volume type.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VolumeSpecification.Builder volumeType(String volumeType)
The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard.
volumeType
- The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard.VolumeSpecification.Builder iops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
iops
- The number of I/O operations per second (IOPS) that the volume supports.VolumeSpecification.Builder sizeInGB(Integer sizeInGB)
The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
sizeInGB
- The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is
EBS-optimized, the minimum value is 10.VolumeSpecification.Builder throughput(Integer throughput)
The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.
throughput
- The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 -
1000 and is valid only for gp3 volumes.Copyright © 2023. All rights reserved.