@Generated(value="software.amazon.awssdk:codegen") public final class KxSavedownStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>
The size and type of temporary storage that is used to hold data during the savedown process. All the data written to this storage space is lost when the cluster node is restarted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxSavedownStorageConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KxSavedownStorageConfiguration.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 KxSavedownStorageConfiguration.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of temporary storage in gibibytes.
|
KxSavedownStorageConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
KxSavedownStorageType |
type()
The type of writeable storage space for temporarily storing your savedown data.
|
String |
typeAsString()
The type of writeable storage space for temporarily storing your savedown data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KxSavedownStorageType type()
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
If the service returns an enum value that is not available in the current SDK version, type will return
KxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic final String typeAsString()
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
If the service returns an enum value that is not available in the current SDK version, type will return
KxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic final Integer size()
The size of temporary storage in gibibytes.
public KxSavedownStorageConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>public static KxSavedownStorageConfiguration.Builder builder()
public static Class<? extends KxSavedownStorageConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.