Class ParameterGroup
- java.lang.Object
-
- software.amazon.awssdk.services.dax.model.ParameterGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>
@Generated("software.amazon.awssdk:codegen") public final class ParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>
A named set of parameters that are applied to all of the nodes in a DAX cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterGroup.Builderbuilder()Stringdescription()A description of the parameter group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringparameterGroupName()The name of the parameter group.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ParameterGroup.Builder>serializableBuilderClass()ParameterGroup.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
-
parameterGroupName
public final String parameterGroupName()
The name of the parameter group.
- Returns:
- The name of the parameter group.
-
description
public final String description()
A description of the parameter group.
- Returns:
- A description of the parameter group.
-
toBuilder
public ParameterGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterGroup.Builder,ParameterGroup>
-
builder
public static ParameterGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterGroup.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
-
-