Struct aws_sdk_mq::operation::list_configurations::builders::ListConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListConfigurationsOutputBuilder { /* private fields */ }Expand description
A builder for ListConfigurationsOutput.
Implementations§
source§impl ListConfigurationsOutputBuilder
impl ListConfigurationsOutputBuilder
sourcepub fn configurations(self, input: Configuration) -> Self
pub fn configurations(self, input: Configuration) -> Self
Appends an item to configurations.
To override the contents of this collection use set_configurations.
The list of all revisions for the specified configuration.
sourcepub fn set_configurations(self, input: Option<Vec<Configuration>>) -> Self
pub fn set_configurations(self, input: Option<Vec<Configuration>>) -> Self
The list of all revisions for the specified configuration.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourcepub fn build(self) -> ListConfigurationsOutput
pub fn build(self) -> ListConfigurationsOutput
Consumes the builder and constructs a ListConfigurationsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationsOutputBuilder
impl Clone for ListConfigurationsOutputBuilder
source§fn clone(&self) -> ListConfigurationsOutputBuilder
fn clone(&self) -> ListConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListConfigurationsOutputBuilder
impl Default for ListConfigurationsOutputBuilder
source§fn default() -> ListConfigurationsOutputBuilder
fn default() -> ListConfigurationsOutputBuilder
source§impl PartialEq<ListConfigurationsOutputBuilder> for ListConfigurationsOutputBuilder
impl PartialEq<ListConfigurationsOutputBuilder> for ListConfigurationsOutputBuilder
source§fn eq(&self, other: &ListConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListConfigurationsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.