Struct aws_sdk_lambda::output::list_aliases_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListAliasesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn aliases(self, input: AliasConfiguration) -> Self
pub fn aliases(self, input: AliasConfiguration) -> Self
Appends an item to aliases
.
To override the contents of this collection use set_aliases
.
A list of aliases.
sourcepub fn set_aliases(self, input: Option<Vec<AliasConfiguration>>) -> Self
pub fn set_aliases(self, input: Option<Vec<AliasConfiguration>>) -> Self
A list of aliases.
sourcepub fn build(self) -> ListAliasesOutput
pub fn build(self) -> ListAliasesOutput
Consumes the builder and constructs a ListAliasesOutput
.