CopyableBuilder<ResetCacheParameterGroupRequest.Builder,ResetCacheParameterGroupRequest>
, SdkBuilder<ResetCacheParameterGroupRequest.Builder,ResetCacheParameterGroupRequest>
public static interface ResetCacheParameterGroupRequest.Builder extends CopyableBuilder<ResetCacheParameterGroupRequest.Builder,ResetCacheParameterGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ResetCacheParameterGroupRequest.Builder |
cacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group to reset.
|
ResetCacheParameterGroupRequest.Builder |
parameterNameValues(Collection<ParameterNameValue> parameterNameValues) |
An array of parameter names to reset to their default values.
|
ResetCacheParameterGroupRequest.Builder |
parameterNameValues(ParameterNameValue... parameterNameValues) |
An array of parameter names to reset to their default values.
|
ResetCacheParameterGroupRequest.Builder |
resetAllParameters(Boolean resetAllParameters) |
If
true , all parameters in the cache parameter group are reset to their default values. |
copy
apply, build
ResetCacheParameterGroupRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to reset.
cacheParameterGroupName
- The name of the cache parameter group to reset.ResetCacheParameterGroupRequest.Builder resetAllParameters(Boolean resetAllParameters)
If true
, all parameters in the cache parameter group are reset to their default values. If
false
, only the parameters listed by ParameterNameValues
are reset to their default
values.
Valid values: true
| false
resetAllParameters
- If true
, all parameters in the cache parameter group are reset to their default values.
If false
, only the parameters listed by ParameterNameValues
are reset to
their default values.
Valid values: true
| false
ResetCacheParameterGroupRequest.Builder parameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names to reset to their default values. If ResetAllParameters
is
true
, do not use ParameterNameValues
. If ResetAllParameters
is
false
, you must specify the name of at least one parameter to reset.
parameterNameValues
- An array of parameter names to reset to their default values. If ResetAllParameters
is
true
, do not use ParameterNameValues
. If ResetAllParameters
is
false
, you must specify the name of at least one parameter to reset.ResetCacheParameterGroupRequest.Builder parameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names to reset to their default values. If ResetAllParameters
is
true
, do not use ParameterNameValues
. If ResetAllParameters
is
false
, you must specify the name of at least one parameter to reset.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterNameValues(java.util.Collection)
or
#withParameterNameValues(java.util.Collection)
if you want to override the existing values.
parameterNameValues
- An array of parameter names to reset to their default values. If ResetAllParameters
is
true
, do not use ParameterNameValues
. If ResetAllParameters
is
false
, you must specify the name of at least one parameter to reset.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.