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