public static interface VolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VolumeConfiguration.Builder |
iops(Integer iops)
The number of I/O operations per second for the root volume that is attached to streaming session.
|
VolumeConfiguration.Builder |
size(Integer size)
The size of the root volume that is attached to the streaming session.
|
VolumeConfiguration.Builder |
throughput(Integer throughput)
The throughput to provision for the root volume that is attached to the streaming session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeConfiguration.Builder iops(Integer iops)
The number of I/O operations per second for the root volume that is attached to streaming session.
iops - The number of I/O operations per second for the root volume that is attached to streaming session.VolumeConfiguration.Builder size(Integer size)
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
size - The size of the root volume that is attached to the streaming session. The root volume size is
measured in GiBs.VolumeConfiguration.Builder throughput(Integer throughput)
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
throughput - The throughput to provision for the root volume that is attached to the streaming session. The
throughput is measured in MiB/s.Copyright © 2023. All rights reserved.