Class ParameterGroup
- java.lang.Object
-
- software.amazon.awssdk.services.memorydb.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>
Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.
- 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 Stringarn()The Amazon Resource Name (ARN) of the parameter groupstatic ParameterGroup.Builderbuilder()Stringdescription()A description of the parameter groupbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringfamily()The name of the parameter group family that this parameter group is compatible with.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the parameter groupList<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
-
name
public final String name()
The name of the parameter group
- Returns:
- The name of the parameter group
-
family
public final String family()
The name of the parameter group family that this parameter group is compatible with.
- Returns:
- The name of the parameter group family that this parameter group is compatible with.
-
description
public final String description()
A description of the parameter group
- Returns:
- A description of the parameter group
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the parameter group
- Returns:
- The Amazon Resource Name (ARN) 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.
-
-