Class KxSavedownStorageConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.KxSavedownStorageConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKxSavedownStorageConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KxSavedownStorageConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends KxSavedownStorageConfiguration.Builder>serializableBuilderClass()Integersize()The size of temporary storage in gibibytes.KxSavedownStorageConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.KxSavedownStorageTypetype()The type of writeable storage space for temporarily storing your savedown data.StringtypeAsString()The type of writeable storage space for temporarily storing your savedown data.StringvolumeName()The name of the kdb volume that you want to use as writeable save-down storage for clusters.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public 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,
typewill returnKxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
-
- See Also:
KxSavedownStorageType
-
-
typeAsString
public 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,
typewill returnKxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
-
- See Also:
KxSavedownStorageType
-
-
size
public final Integer size()
The size of temporary storage in gibibytes.
- Returns:
- The size of temporary storage in gibibytes.
-
volumeName
public final String volumeName()
The name of the kdb volume that you want to use as writeable save-down storage for clusters.
- Returns:
- The name of the kdb volume that you want to use as writeable save-down storage for clusters.
-
toBuilder
public KxSavedownStorageConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>
-
builder
public static KxSavedownStorageConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends KxSavedownStorageConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-