Class EngineVersionInfo
- java.lang.Object
-
- software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EngineVersionInfo.Builder,EngineVersionInfo>
@Generated("software.amazon.awssdk:codegen") public final class EngineVersionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngineVersionInfo.Builder,EngineVersionInfo>
Provides details of the engine version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEngineVersionInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EngineVersionInfo.Builderbuilder()Stringengine()The version of the Redis OSS or Valkey engine used by the cluster.StringenginePatchVersion()The patched engine versionStringengineVersion()The engine versionbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringparameterGroupFamily()Specifies the name of the parameter group family to which the engine default parameters apply.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EngineVersionInfo.Builder>serializableBuilderClass()EngineVersionInfo.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 version of the Redis OSS or Valkey engine used by the cluster.
- Returns:
- The version of the Redis OSS or Valkey engine used by the cluster.
-
engineVersion
public final String engineVersion()
The engine version
- Returns:
- The engine version
-
enginePatchVersion
public final String enginePatchVersion()
The patched engine version
- Returns:
- The patched engine version
-
parameterGroupFamily
public final String parameterGroupFamily()
Specifies the name of the parameter group family to which the engine default parameters apply.
- Returns:
- Specifies the name of the parameter group family to which the engine default parameters apply.
-
toBuilder
public EngineVersionInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EngineVersionInfo.Builder,EngineVersionInfo>
-
builder
public static EngineVersionInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends EngineVersionInfo.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
-
-