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
Modifier and TypeMethodDescriptionThe number of I/O operations per second for the root volume that is attached to streaming session.The size of the root volume that is attached to the streaming session.throughput
(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 Details
-
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
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
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.
-