Struct aws_sdk_memorydb::input::reset_parameter_group_input::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ResetParameterGroupInput
Implementations
The name of the parameter group to reset.
The name of the parameter group to reset.
If true, all parameters in the parameter group are reset to their default values. If false, only the parameters listed by ParameterNames are reset to their default values.
If true, all parameters in the parameter group are reset to their default values. If false, only the parameters listed by ParameterNames are reset to their default values.
Appends an item to parameter_names.
To override the contents of this collection use set_parameter_names.
An array of parameter names to reset to their default values. If AllParameters is true, do not use ParameterNames. If AllParameters 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 AllParameters is true, do not use ParameterNames. If AllParameters is false, you must specify the name of at least one parameter to reset.
Consumes the builder and constructs a ResetParameterGroupInput
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
