Struct aws_sdk_opensearch::model::auto_tune_options_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoTuneOptionsInput
Implementations
The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
The Auto-Tune desired state. Valid values are ENABLED and DISABLED.
Appends an item to maintenance_schedules
.
To override the contents of this collection use set_maintenance_schedules
.
A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service 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
A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service 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