Struct aws_sdk_elasticsearch::operation::describe_domain_auto_tunes::builders::DescribeDomainAutoTunesInputBuilder
source · #[non_exhaustive]pub struct DescribeDomainAutoTunesInputBuilder { /* private fields */ }
Expand description
A builder for DescribeDomainAutoTunesInput
.
Implementations§
source§impl DescribeDomainAutoTunesInputBuilder
impl DescribeDomainAutoTunesInputBuilder
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
Specifies the domain name for which you want Auto-Tune action details.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
Specifies the domain name for which you want Auto-Tune action details.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
sourcepub fn build(self) -> Result<DescribeDomainAutoTunesInput, BuildError>
pub fn build(self) -> Result<DescribeDomainAutoTunesInput, BuildError>
Consumes the builder and constructs a DescribeDomainAutoTunesInput
.
Trait Implementations§
source§impl Clone for DescribeDomainAutoTunesInputBuilder
impl Clone for DescribeDomainAutoTunesInputBuilder
source§fn clone(&self) -> DescribeDomainAutoTunesInputBuilder
fn clone(&self) -> DescribeDomainAutoTunesInputBuilder
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 DescribeDomainAutoTunesInputBuilder
impl Default for DescribeDomainAutoTunesInputBuilder
source§fn default() -> DescribeDomainAutoTunesInputBuilder
fn default() -> DescribeDomainAutoTunesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeDomainAutoTunesInputBuilder> for DescribeDomainAutoTunesInputBuilder
impl PartialEq<DescribeDomainAutoTunesInputBuilder> for DescribeDomainAutoTunesInputBuilder
source§fn eq(&self, other: &DescribeDomainAutoTunesInputBuilder) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDomainAutoTunesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDomainAutoTunesInputBuilder
impl Send for DescribeDomainAutoTunesInputBuilder
impl Sync for DescribeDomainAutoTunesInputBuilder
impl Unpin for DescribeDomainAutoTunesInputBuilder
impl UnwindSafe for DescribeDomainAutoTunesInputBuilder
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