#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ResetClusterParameterGroupInput
Implementations
The name of the cluster parameter group to be reset.
The name of the cluster parameter group to be reset.
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
Appends an item to parameters
.
To override the contents of this collection use set_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.
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.
Consumes the builder and constructs a ResetClusterParameterGroupInput
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