Class ResetClusterParameterGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the cluster parameter group to be reset.An array of names of parameters to be reset.Iftrue
, all parameters in the specified parameter group will be reset to their default values.int
hashCode()
Iftrue
, all parameters in the specified parameter group will be reset to their default values.void
setParameterGroupName
(String parameterGroupName) The name of the cluster parameter group to be reset.void
setParameters
(Collection<Parameter> parameters) An array of names of parameters to be reset.void
setResetAllParameters
(Boolean resetAllParameters) Iftrue
, all parameters in the specified parameter group will be reset to their default values.toString()
Returns a string representation of this object; useful for testing and debugging.withParameterGroupName
(String parameterGroupName) The name of the cluster parameter group to be reset.withParameters
(Parameter... parameters) An array of names of parameters to be reset.withParameters
(Collection<Parameter> parameters) An array of names of parameters to be reset.withResetAllParameters
(Boolean resetAllParameters) Iftrue
, all parameters in the specified parameter group will be reset to their default values.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ResetClusterParameterGroupRequest
public ResetClusterParameterGroupRequest()
-
-
Method Details
-
setParameterGroupName
The name of the cluster parameter group to be reset.
- Parameters:
parameterGroupName
- The name of the cluster parameter group to be reset.
-
getParameterGroupName
The name of the cluster parameter group to be reset.
- Returns:
- The name of the cluster parameter group to be reset.
-
withParameterGroupName
The name of the cluster parameter group to be reset.
- Parameters:
parameterGroupName
- The name of the cluster parameter group to be reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResetAllParameters
If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
- Parameters:
resetAllParameters
- Iftrue
, all parameters in the specified parameter group will be reset to their default values.Default:
true
-
getResetAllParameters
If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
- Returns:
- If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
-
withResetAllParameters
If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
- Parameters:
resetAllParameters
- Iftrue
, all parameters in the specified parameter group will be reset to their default values.Default:
true
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isResetAllParameters
If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
- Returns:
- If
true
, all parameters in the specified parameter group will be reset to their default values.Default:
true
-
getParameters
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
- Returns:
- An array of names of parameters to be reset. If
ResetAllParameters option is not used, then at least one
parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
-
setParameters
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
- Parameters:
parameters
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.Constraints: A maximum of 20 parameters can be reset in a single request.
-
withParameters
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
orwithParameters(java.util.Collection)
if you want to override the existing values.- Parameters:
parameters
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.Constraints: A maximum of 20 parameters can be reset in a single request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameters
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
- Parameters:
parameters
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.Constraints: A maximum of 20 parameters can be reset in a single request.
- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-