Uses of Interface
software.amazon.awssdk.services.nimble.model.VolumeConfiguration.Builder
-
Packages that use VolumeConfiguration.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of VolumeConfiguration.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return VolumeConfiguration.Builder Modifier and Type Method Description static VolumeConfiguration.BuilderVolumeConfiguration. builder()VolumeConfiguration.BuilderVolumeConfiguration.Builder. iops(Integer iops)The number of I/O operations per second for the root volume that is attached to streaming session.VolumeConfiguration.BuilderVolumeConfiguration.Builder. size(Integer size)The size of the root volume that is attached to the streaming session.VolumeConfiguration.BuilderVolumeConfiguration.Builder. throughput(Integer throughput)The throughput to provision for the root volume that is attached to the streaming session.VolumeConfiguration.BuilderVolumeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type VolumeConfiguration.Builder Modifier and Type Method Description static Class<? extends VolumeConfiguration.Builder>VolumeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type VolumeConfiguration.Builder Modifier and Type Method Description default StreamConfiguration.BuilderStreamConfiguration.Builder. volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)Custom volume configuration for the root volumes that are attached to streaming sessions.default StreamConfigurationCreate.BuilderStreamConfigurationCreate.Builder. volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)Custom volume configuration for the root volumes that are attached to streaming sessions.default StreamingSession.BuilderStreamingSession.Builder. volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)Custom volume configuration for the root volumes that are attached to streaming sessions.
-