Struct aws_sdk_rds::model::parameter::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Parameter
Implementations
Specifies the name of the parameter.
Specifies the name of the parameter.
Specifies the value of the parameter.
Specifies the value of the parameter.
Provides a description of the parameter.
Provides a description of the parameter.
Indicates the source of the parameter value.
Indicates the source of the parameter value.
Specifies the engine specific parameters type.
Specifies the engine specific parameters type.
Specifies the valid data type for the parameter.
Specifies the valid data type for the parameter.
Specifies the valid range of values for the parameter.
Specifies 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 engine version to which the parameter can apply.
The earliest engine version to which the parameter can apply.
Indicates when to apply parameter updates.
Indicates when to apply parameter updates.
Appends an item to supported_engine_modes
.
To override the contents of this collection use set_supported_engine_modes
.
The valid DB engine modes.
The valid DB engine modes.
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