public class ModifyDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ModifyDBClusterParameterGroup operation
.
Modifies the parameters of a DB cluster parameter group. To modify
more than one parameter, submit a list of the following:
ParameterName
,
ParameterValue
,
and ApplyMethod
. A maximum of 20 parameters
can be modified in a single request.
For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
NOTE: Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect.
IMPORTANT: After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.
NOOP
Constructor and Description |
---|
ModifyDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
|
List<Parameter> |
getParameters()
A list of parameters in the DB cluster parameter group to modify.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
|
ModifyDBClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
|
ModifyDBClusterParameterGroupRequest |
withParameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ModifyDBClusterParameterGroupRequest()
public String getDBClusterParameterGroupName()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public ModifyDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public List<Parameter> getParameters()
public void setParameters(Collection<Parameter> parameters)
parameters
- A list of parameters in the DB cluster parameter group to modify.public ModifyDBClusterParameterGroupRequest withParameters(Parameter... parameters)
NOTE: This method appends the values to the existing list (if
any). Use setParameters(java.util.Collection)
or withParameters(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
parameters
- A list of parameters in the DB cluster parameter group to modify.public ModifyDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- A list of parameters in the DB cluster parameter group to modify.public String toString()
toString
in class Object
Object.toString()
public ModifyDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.