@Generated(value="software.amazon.awssdk:codegen") public final class VolumeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
iops()
The number of I/O operations per second for the root volume that is attached to streaming session.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeConfiguration.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the root volume that is attached to the streaming session.
|
Integer |
throughput()
The throughput to provision for the root volume that is attached to the streaming session.
|
VolumeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer iops()
The number of I/O operations per second for the root volume that is attached to streaming session.
public final Integer size()
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
public final Integer throughput()
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
public VolumeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>public static VolumeConfiguration.Builder builder()
public static Class<? extends VolumeConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.