@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
Detailed information about a cluster parameter group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBClusterParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterParameterGroup.Builder |
builder() |
String |
dbClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the cluster parameter group.
|
String |
dbClusterParameterGroupName()
Provides the name of the cluster parameter group.
|
String |
dbParameterGroupFamily()
Provides the name of the parameter group family that this cluster parameter group is compatible with.
|
String |
description()
Provides the customer-specified description for this cluster parameter group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBClusterParameterGroup.Builder> |
serializableBuilderClass() |
DBClusterParameterGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbClusterParameterGroupName()
Provides the name of the cluster parameter group.
public final String dbParameterGroupFamily()
Provides the name of the parameter group family that this cluster parameter group is compatible with.
public final String description()
Provides the customer-specified description for this cluster parameter group.
public final String dbClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the cluster parameter group.
public DBClusterParameterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>public static DBClusterParameterGroup.Builder builder()
public static Class<? extends DBClusterParameterGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.