pub struct Builder { /* private fields */ }Expand description
A builder for DescribeDomainAutoTunesOutput.
Implementations§
source§impl Builder
impl Builder
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.