Class DBParameterGroup
- java.lang.Object
-
- software.amazon.awssdk.services.rds.model.DBParameterGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
@Generated("software.amazon.awssdk:codegen") public final class DBParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the
DescribeDBParameterGroupsaction.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDBParameterGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DBParameterGroup.Builderbuilder()StringdbParameterGroupArn()The Amazon Resource Name (ARN) for the DB parameter group.StringdbParameterGroupFamily()The name of the DB parameter group family that this DB parameter group is compatible with.StringdbParameterGroupName()The name of the DB parameter group.Stringdescription()Provides the customer-specified description for this DB parameter group.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 DBParameterGroup.Builder>serializableBuilderClass()DBParameterGroup.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
-
dbParameterGroupName
public final String dbParameterGroupName()
The name of the DB parameter group.
- Returns:
- The name of the DB parameter group.
-
dbParameterGroupFamily
public final String dbParameterGroupFamily()
The name of the DB parameter group family that this DB parameter group is compatible with.
- Returns:
- The name of the DB parameter group family that this DB parameter group is compatible with.
-
description
public final String description()
Provides the customer-specified description for this DB parameter group.
- Returns:
- Provides the customer-specified description for this DB parameter group.
-
dbParameterGroupArn
public final String dbParameterGroupArn()
The Amazon Resource Name (ARN) for the DB parameter group.
- Returns:
- The Amazon Resource Name (ARN) for the DB parameter group.
-
toBuilder
public DBParameterGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBParameterGroup.Builder,DBParameterGroup>
-
builder
public static DBParameterGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends DBParameterGroup.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
-
-