Struct aws_sdk_elasticsearch::model::auto_tune_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoTuneOptions
Implementations
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
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 AutoTuneOptions
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