Class KxCacheStorageConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.KxCacheStorageConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KxCacheStorageConfiguration.Builder,KxCacheStorageConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class KxCacheStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxCacheStorageConfiguration.Builder,KxCacheStorageConfiguration>
The configuration for read only disk cache associated with a cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKxCacheStorageConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KxCacheStorageConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KxCacheStorageConfiguration.Builder>serializableBuilderClass()Integersize()The size of cache in Gigabytes.KxCacheStorageConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of cache storage.-
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 String type()
The type of cache storage. The valid values are:
-
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
-
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
-
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type
CACHE_1000andCACHE_250you can select cache size as 1200 GB or increments of 2400 GB. For cache typeCACHE_12you can select the cache size in increments of 6000 GB.- Returns:
- The type of cache storage. The valid values are:
-
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
-
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
-
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type
CACHE_1000andCACHE_250you can select cache size as 1200 GB or increments of 2400 GB. For cache typeCACHE_12you can select the cache size in increments of 6000 GB. -
-
-
size
public final Integer size()
The size of cache in Gigabytes.
- Returns:
- The size of cache in Gigabytes.
-
toBuilder
public KxCacheStorageConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KxCacheStorageConfiguration.Builder,KxCacheStorageConfiguration>
-
builder
public static KxCacheStorageConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends KxCacheStorageConfiguration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-