Struct aws_sdk_elasticache::model::parameter::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Parameter
Implementations
The name of the parameter.
The name of the parameter.
The value of the parameter.
The value of the parameter.
A description of the parameter.
A description of the parameter.
The source of the parameter.
The valid data type for the parameter.
The valid range of values for the parameter.
The valid range of values for the parameter.
Indicates whether (true
) or not (false
) the parameter can be modified.
Some parameters have security or operational implications that prevent them from being changed.
Indicates whether (true
) or not (false
) the parameter can be modified.
Some parameters have security or operational implications that prevent them from being changed.
The earliest cache engine version to which the parameter can apply.
The earliest cache engine version to which the parameter can apply.
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
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