Class ClusterParameterGroup
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a parameter group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description of the parameter group.The name of the cluster parameter group family that this cluster parameter group is compatible with.The name of the cluster parameter group.getTags()
The list of tags for the cluster parameter group.int
hashCode()
void
setDescription
(String description) The description of the parameter group.void
setParameterGroupFamily
(String parameterGroupFamily) The name of the cluster parameter group family that this cluster parameter group is compatible with.void
setParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.void
setTags
(Collection<Tag> tags) The list of tags for the cluster parameter group.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) The description of the parameter group.withParameterGroupFamily
(String parameterGroupFamily) The name of the cluster parameter group family that this cluster parameter group is compatible with.withParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.The list of tags for the cluster parameter group.withTags
(Collection<Tag> tags) The list of tags for the cluster parameter group.
-
Constructor Details
-
ClusterParameterGroup
public ClusterParameterGroup()
-
-
Method Details
-
setParameterGroupName
The name of the cluster parameter group.
- Parameters:
parameterGroupName
- The name of the cluster parameter group.
-
getParameterGroupName
The name of the cluster parameter group.
- Returns:
- The name of the cluster parameter group.
-
withParameterGroupName
The name of the cluster parameter group.
- Parameters:
parameterGroupName
- The name of the cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterGroupFamily
The name of the cluster parameter group family that this cluster parameter group is compatible with.
- Parameters:
parameterGroupFamily
- The name of the cluster parameter group family that this cluster parameter group is compatible with.
-
getParameterGroupFamily
The name of the cluster parameter group family that this cluster parameter group is compatible with.
- Returns:
- The name of the cluster parameter group family that this cluster parameter group is compatible with.
-
withParameterGroupFamily
The name of the cluster parameter group family that this cluster parameter group is compatible with.
- Parameters:
parameterGroupFamily
- The name of the cluster parameter group family that this cluster parameter group is compatible with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
The description of the parameter group.
- Parameters:
description
- The description of the parameter group.
-
getDescription
The description of the parameter group.
- Returns:
- The description of the parameter group.
-
withDescription
The description of the parameter group.
- Parameters:
description
- The description of the parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
The list of tags for the cluster parameter group.
- Returns:
- The list of tags for the cluster parameter group.
-
setTags
The list of tags for the cluster parameter group.
- Parameters:
tags
- The list of tags for the cluster parameter group.
-
withTags
The list of tags for the cluster parameter group.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- The list of tags for the cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
The list of tags for the cluster parameter group.
- Parameters:
tags
- The list of tags for the 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
-