@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ModifyDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group to modify.
public ModifyDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to modify.
dBClusterParameterGroupName
- The name of the DB cluster parameter group to modify.public List<Parameter> getParameters()
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied immediately to
the DB clusters associated with the parameter group. When the application method is pending-reboot
,
changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters
associated with the parameter group.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot
, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
public void setParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied immediately to
the DB clusters associated with the parameter group. When the application method is pending-reboot
,
changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters
associated with the parameter group.
parameters
- A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot
, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
public ModifyDBClusterParameterGroupRequest withParameters(Parameter... parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied immediately to
the DB clusters associated with the parameter group. When the application method is pending-reboot
,
changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters
associated with the parameter group.
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.
parameters
- A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot
, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
public ModifyDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied immediately to
the DB clusters associated with the parameter group. When the application method is pending-reboot
,
changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters
associated with the parameter group.
parameters
- A list of parameters in the DB cluster parameter group to modify.
Valid Values (for the application method): immediate | pending-reboot
You can use the immediate
value with dynamic parameters only. You can use the
pending-reboot
value for both dynamic and static parameters.
When the application method is immediate
, changes to dynamic parameters are applied
immediately to the DB clusters associated with the parameter group. When the application method is
pending-reboot
, changes to dynamic and static parameters are applied after a reboot without
failover to the DB clusters associated with the parameter group.
public String toString()
toString
in class Object
Object.toString()
public ModifyDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()