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 interface
CacheEngineVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheEngineVersion.Builder
builder()
String
cacheEngineDescription()
The description of the cache engine.String
cacheEngineVersionDescription()
The description of the cache engine version.String
cacheParameterGroupFamily()
The name of the cache parameter group family associated with this cache engine.String
engine()
The name of the cache engine.String
engineVersion()
The version number of the cache engine.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends CacheEngineVersion.Builder>
serializableBuilderClass()
CacheEngineVersion.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-