@Generated(value="software.amazon.awssdk:codegen") public final class PersistentStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>
Information about the configuration of persistent storage for a Dev Environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersistentStorageConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PersistentStorageConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PersistentStorageConfiguration.Builder> |
serializableBuilderClass() |
Integer |
sizeInGiB()
The size of the persistent storage in gigabytes (specifically GiB).
|
PersistentStorageConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer sizeInGiB()
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
public PersistentStorageConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>public static PersistentStorageConfiguration.Builder builder()
public static Class<? extends PersistentStorageConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.