Interface VolumeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>,SdkBuilder<VolumeConfiguration.Builder,VolumeConfiguration>,SdkPojo
- Enclosing class:
- VolumeConfiguration
public static interface VolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeConfiguration.Builderiops(Integer iops)The number of I/O operations per second for the root volume that is attached to streaming session.VolumeConfiguration.Buildersize(Integer size)The size of the root volume that is attached to the streaming session.VolumeConfiguration.Builderthroughput(Integer throughput)The throughput to provision for the root volume that is attached to the streaming session.-
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, sdkFields
-
-
-
-
Method Detail
-
iops
VolumeConfiguration.Builder iops(Integer iops)
The number of I/O operations per second for the root volume that is attached to streaming session.
- Parameters:
iops- The number of I/O operations per second for the root volume that is attached to streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
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.
- Parameters:
size- The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughput
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.
- Parameters:
throughput- The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-