Struct aws_sdk_elasticsearch::model::auto_tune_options_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoTuneOptionsInput
Implementations
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Appends an item to maintenance_schedules
.
To override the contents of this collection use set_maintenance_schedules
.
Specifies list of maitenance schedules. See the Developer Guide for more information.
pub fn set_maintenance_schedules(
self,
input: Option<Vec<AutoTuneMaintenanceSchedule>>
) -> Self
pub fn set_maintenance_schedules(
self,
input: Option<Vec<AutoTuneMaintenanceSchedule>>
) -> Self
Specifies list of maitenance schedules. See the Developer Guide for more information.
Consumes the builder and constructs a AutoTuneOptionsInput
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