Class DBParameterGroup
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Provides the name of the DB parameter group family that this DB parameter group is compatible with.Provides the name of the DB parameter group.Provides the customer-specified description for this DB parameter group.int
hashCode()
void
setDBParameterGroupFamily
(String dBParameterGroupFamily) Provides the name of the DB parameter group family that this DB parameter group is compatible with.void
setDBParameterGroupName
(String dBParameterGroupName) Provides the name of the DB parameter group.void
setDescription
(String description) Provides the customer-specified description for this DB parameter group.toString()
Returns a string representation of this object; useful for testing and debugging.withDBParameterGroupFamily
(String dBParameterGroupFamily) Provides the name of the DB parameter group family that this DB parameter group is compatible with.withDBParameterGroupName
(String dBParameterGroupName) Provides the name of the DB parameter group.withDescription
(String description) Provides the customer-specified description for this DB parameter group.
-
Constructor Details
-
DBParameterGroup
public DBParameterGroup()
-
-
Method Details
-
setDBParameterGroupName
Provides the name of the DB parameter group.
- Parameters:
dBParameterGroupName
- Provides the name of the DB parameter group.
-
getDBParameterGroupName
Provides the name of the DB parameter group.
- Returns:
- Provides the name of the DB parameter group.
-
withDBParameterGroupName
Provides the name of the DB parameter group.
- Parameters:
dBParameterGroupName
- Provides the name of the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDBParameterGroupFamily
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
- Parameters:
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB parameter group is compatible with.
-
getDBParameterGroupFamily
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
- Returns:
- Provides the name of the DB parameter group family that this DB parameter group is compatible with.
-
withDBParameterGroupFamily
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
- Parameters:
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB parameter group is compatible with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
Provides the customer-specified description for this DB parameter group.
- Parameters:
description
- Provides the customer-specified description for this DB parameter group.
-
getDescription
Provides the customer-specified description for this DB parameter group.
- Returns:
- Provides the customer-specified description for this DB parameter group.
-
withDescription
Provides the customer-specified description for this DB parameter group.
- Parameters:
description
- Provides the customer-specified description for this DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-