ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
@Generated("software.amazon.awssdk:codegen") public class DBClusterParameterGroup extends Object implements ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
Contains the result of a successful invocation of the CreateDBClusterParameterGroup or CopyDBClusterParameterGroup action.
This data type is used as a request parameter in the DeleteDBClusterParameterGroup action, and as a response element in the DescribeDBClusterParameterGroups action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DBClusterParameterGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DBClusterParameterGroup.Builder |
builder() |
|
String |
dbClusterParameterGroupArn() |
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
String |
dbClusterParameterGroupName() |
Provides the name of the DB cluster parameter group.
|
String |
dbParameterGroupFamily() |
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
|
String |
description() |
Provides the customer-specified description for this DB cluster parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DBClusterParameterGroup.Builder> |
serializableBuilderClass() |
|
DBClusterParameterGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String dbClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
public String dbParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
public String description()
Provides the customer-specified description for this DB cluster parameter group.
public String dbClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
public DBClusterParameterGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DBClusterParameterGroup.Builder,DBClusterParameterGroup>
public static DBClusterParameterGroup.Builder builder()
public static Class<? extends DBClusterParameterGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.