Struct aws_sdk_elasticsearch::operation::describe_domain_auto_tunes::builders::DescribeDomainAutoTunesOutputBuilder
source · #[non_exhaustive]pub struct DescribeDomainAutoTunesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDomainAutoTunesOutput
.
Implementations§
source§impl DescribeDomainAutoTunesOutputBuilder
impl DescribeDomainAutoTunesOutputBuilder
sourcepub fn auto_tunes(self, input: AutoTune) -> Self
pub fn auto_tunes(self, input: AutoTune) -> Self
Appends an item to auto_tunes
.
To override the contents of this collection use set_auto_tunes
.
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
sourcepub fn set_auto_tunes(self, input: Option<Vec<AutoTune>>) -> Self
pub fn set_auto_tunes(self, input: Option<Vec<AutoTune>>) -> Self
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Specifies an identifier to allow retrieval of paginated results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Specifies an identifier to allow retrieval of paginated results.
sourcepub fn build(self) -> DescribeDomainAutoTunesOutput
pub fn build(self) -> DescribeDomainAutoTunesOutput
Consumes the builder and constructs a DescribeDomainAutoTunesOutput
.
Trait Implementations§
source§impl Clone for DescribeDomainAutoTunesOutputBuilder
impl Clone for DescribeDomainAutoTunesOutputBuilder
source§fn clone(&self) -> DescribeDomainAutoTunesOutputBuilder
fn clone(&self) -> DescribeDomainAutoTunesOutputBuilder
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 Default for DescribeDomainAutoTunesOutputBuilder
impl Default for DescribeDomainAutoTunesOutputBuilder
source§fn default() -> DescribeDomainAutoTunesOutputBuilder
fn default() -> DescribeDomainAutoTunesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeDomainAutoTunesOutputBuilder> for DescribeDomainAutoTunesOutputBuilder
impl PartialEq<DescribeDomainAutoTunesOutputBuilder> for DescribeDomainAutoTunesOutputBuilder
source§fn eq(&self, other: &DescribeDomainAutoTunesOutputBuilder) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDomainAutoTunesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDomainAutoTunesOutputBuilder
impl Send for DescribeDomainAutoTunesOutputBuilder
impl Sync for DescribeDomainAutoTunesOutputBuilder
impl Unpin for DescribeDomainAutoTunesOutputBuilder
impl UnwindSafe for DescribeDomainAutoTunesOutputBuilder
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