#[non_exhaustive]pub struct AutoTuneOptionsOutputBuilder { /* private fields */ }
Expand description
A builder for AutoTuneOptionsOutput
.
Implementations§
source§impl AutoTuneOptionsOutputBuilder
impl AutoTuneOptionsOutputBuilder
sourcepub fn state(self, input: AutoTuneState) -> Self
pub fn state(self, input: AutoTuneState) -> Self
Specifies the AutoTuneState
for the Elasticsearch domain.
sourcepub fn set_state(self, input: Option<AutoTuneState>) -> Self
pub fn set_state(self, input: Option<AutoTuneState>) -> Self
Specifies the AutoTuneState
for the Elasticsearch domain.
sourcepub fn get_state(&self) -> &Option<AutoTuneState>
pub fn get_state(&self) -> &Option<AutoTuneState>
Specifies the AutoTuneState
for the Elasticsearch domain.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
Specifies the error message while enabling or disabling the Auto-Tune.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
Specifies the error message while enabling or disabling the Auto-Tune.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
Specifies the error message while enabling or disabling the Auto-Tune.
sourcepub fn build(self) -> AutoTuneOptionsOutput
pub fn build(self) -> AutoTuneOptionsOutput
Consumes the builder and constructs a AutoTuneOptionsOutput
.
Trait Implementations§
source§impl Clone for AutoTuneOptionsOutputBuilder
impl Clone for AutoTuneOptionsOutputBuilder
source§fn clone(&self) -> AutoTuneOptionsOutputBuilder
fn clone(&self) -> AutoTuneOptionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AutoTuneOptionsOutputBuilder
impl Debug for AutoTuneOptionsOutputBuilder
source§impl Default for AutoTuneOptionsOutputBuilder
impl Default for AutoTuneOptionsOutputBuilder
source§fn default() -> AutoTuneOptionsOutputBuilder
fn default() -> AutoTuneOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AutoTuneOptionsOutputBuilder
impl PartialEq for AutoTuneOptionsOutputBuilder
source§fn eq(&self, other: &AutoTuneOptionsOutputBuilder) -> bool
fn eq(&self, other: &AutoTuneOptionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoTuneOptionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AutoTuneOptionsOutputBuilder
impl Send for AutoTuneOptionsOutputBuilder
impl Sync for AutoTuneOptionsOutputBuilder
impl Unpin for AutoTuneOptionsOutputBuilder
impl UnwindSafe for AutoTuneOptionsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.