Class CacheEngineVersion
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.CacheEngineVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CacheEngineVersion.Builder,CacheEngineVersion>
@Generated("software.amazon.awssdk:codegen") public final class CacheEngineVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CacheEngineVersion.Builder,CacheEngineVersion>
Provides all of the details about a particular cache engine version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCacheEngineVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheEngineVersion.Builderbuilder()StringcacheEngineDescription()The description of the cache engine.StringcacheEngineVersionDescription()The description of the cache engine version.StringcacheParameterGroupFamily()The name of the cache parameter group family associated with this cache engine.Stringengine()The name of the cache engine.StringengineVersion()The version number of the cache engine.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 CacheEngineVersion.Builder>serializableBuilderClass()CacheEngineVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
engine
public final String engine()
The name of the cache engine.
- Returns:
- The name of the cache engine.
-
engineVersion
public final String engineVersion()
The version number of the cache engine.
- Returns:
- The version number of the cache engine.
-
cacheParameterGroupFamily
public final String cacheParameterGroupFamily()
The name of the cache parameter group family associated with this cache engine.
Valid values are:
memcached1.4|memcached1.5|memcached1.6|redis2.6|redis2.8|redis3.2|redis4.0|redis5.0|redis6.x|redis7- Returns:
- The name of the cache parameter group family associated with this cache engine.
Valid values are:
memcached1.4|memcached1.5|memcached1.6|redis2.6|redis2.8|redis3.2|redis4.0|redis5.0|redis6.x|redis7
-
cacheEngineDescription
public final String cacheEngineDescription()
The description of the cache engine.
- Returns:
- The description of the cache engine.
-
cacheEngineVersionDescription
public final String cacheEngineVersionDescription()
The description of the cache engine version.
- Returns:
- The description of the cache engine version.
-
toBuilder
public CacheEngineVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CacheEngineVersion.Builder,CacheEngineVersion>
-
builder
public static CacheEngineVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends CacheEngineVersion.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
-
-