Class DBClusterParameterGroup
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the result of a successful invocation of the CreateDBClusterParameterGroup action.
This data type is used as a request parameter in the DeleteDBClusterParameterGroup action, and as a response element in the DescribeDBClusterParameterGroups action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Provides the name of the DB cluster parameter group.Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.Provides the customer-specified description for this DB cluster parameter group.int
hashCode()
void
setDBClusterParameterGroupName
(String dBClusterParameterGroupName) Provides the name of the DB cluster parameter group.void
setDBParameterGroupFamily
(String dBParameterGroupFamily) Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.void
setDescription
(String description) Provides the customer-specified description for this DB cluster parameter group.toString()
Returns a string representation of this object; useful for testing and debugging.withDBClusterParameterGroupName
(String dBClusterParameterGroupName) Provides the name of the DB cluster parameter group.withDBParameterGroupFamily
(String dBParameterGroupFamily) Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.withDescription
(String description) Provides the customer-specified description for this DB cluster parameter group.
-
Constructor Details
-
DBClusterParameterGroup
public DBClusterParameterGroup()
-
-
Method Details
-
setDBClusterParameterGroupName
Provides the name of the DB cluster parameter group.
- Parameters:
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.
-
getDBClusterParameterGroupName
Provides the name of the DB cluster parameter group.
- Returns:
- Provides the name of the DB cluster parameter group.
-
withDBClusterParameterGroupName
Provides the name of the DB cluster parameter group.
- Parameters:
dBClusterParameterGroupName
- Provides the name of the DB cluster 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 cluster parameter group is compatible with.
- Parameters:
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
-
getDBParameterGroupFamily
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
- Returns:
- Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
-
withDBParameterGroupFamily
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
- Parameters:
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB cluster 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 cluster parameter group.
- Parameters:
description
- Provides the customer-specified description for this DB cluster parameter group.
-
getDescription
Provides the customer-specified description for this DB cluster parameter group.
- Returns:
- Provides the customer-specified description for this DB cluster parameter group.
-
withDescription
Provides the customer-specified description for this DB cluster parameter group.
- Parameters:
description
- Provides the customer-specified description for this DB cluster 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
-