Struct aws_sdk_elasticache::input::reset_cache_parameter_group_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ResetCacheParameterGroupInput
Implementations
The name of the cache parameter group to reset.
The name of the cache parameter group to reset.
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
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
Appends an item to parameter_name_values
.
To override the contents of this collection use set_parameter_name_values
.
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.
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.
Consumes the builder and constructs a ResetCacheParameterGroupInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more