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