| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeConfiguration.Builder |
VolumeConfiguration.builder() |
VolumeConfiguration.Builder |
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 |
VolumeConfiguration.Builder.size(Integer size)
The size of the root volume that is attached to the streaming session.
|
VolumeConfiguration.Builder |
VolumeConfiguration.Builder.throughput(Integer throughput)
The throughput to provision for the root volume that is attached to the streaming session.
|
VolumeConfiguration.Builder |
VolumeConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VolumeConfiguration.Builder> |
VolumeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
default StreamingSession.Builder |
StreamingSession.Builder.volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
default StreamConfiguration.Builder |
StreamConfiguration.Builder.volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
Copyright © 2023. All rights reserved.