public static interface VolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VolumeConfiguration.Builder |
rootVolume(Boolean rootVolume)
Contains the image used to boot the instance during launch.
|
VolumeConfiguration.Builder |
volumeBaselineIOPS(Integer volumeBaselineIOPS)
The baseline IOPS of the volume.
|
VolumeConfiguration.Builder |
volumeBaselineThroughput(Integer volumeBaselineThroughput)
The baseline throughput of the volume.
|
VolumeConfiguration.Builder |
volumeBurstIOPS(Integer volumeBurstIOPS)
The burst IOPS of the volume.
|
VolumeConfiguration.Builder |
volumeBurstThroughput(Integer volumeBurstThroughput)
The burst throughput of the volume.
|
VolumeConfiguration.Builder |
volumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
VolumeConfiguration.Builder |
volumeType(String volumeType)
The volume type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeConfiguration.Builder volumeType(String volumeType)
The volume type.
This can be gp2 for General Purpose SSD, io1 or io2 for Provisioned
IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or
standard for Magnetic volumes.
volumeType - The volume type.
This can be gp2 for General Purpose SSD, io1 or io2 for
Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or
standard for Magnetic volumes.
VolumeConfiguration.Builder volumeSize(Integer volumeSize)
The size of the volume, in GiB.
volumeSize - The size of the volume, in GiB.VolumeConfiguration.Builder volumeBaselineIOPS(Integer volumeBaselineIOPS)
The baseline IOPS of the volume.
volumeBaselineIOPS - The baseline IOPS of the volume.VolumeConfiguration.Builder volumeBurstIOPS(Integer volumeBurstIOPS)
The burst IOPS of the volume.
volumeBurstIOPS - The burst IOPS of the volume.VolumeConfiguration.Builder volumeBaselineThroughput(Integer volumeBaselineThroughput)
The baseline throughput of the volume.
volumeBaselineThroughput - The baseline throughput of the volume.VolumeConfiguration.Builder volumeBurstThroughput(Integer volumeBurstThroughput)
The burst throughput of the volume.
volumeBurstThroughput - The burst throughput of the volume.VolumeConfiguration.Builder rootVolume(Boolean rootVolume)
Contains the image used to boot the instance during launch.
rootVolume - Contains the image used to boot the instance during launch.Copyright © 2023. All rights reserved.