Struct aws_sdk_lambda::operation::list_versions_by_function::builders::ListVersionsByFunctionOutputBuilder
source · #[non_exhaustive]pub struct ListVersionsByFunctionOutputBuilder { /* private fields */ }
Expand description
A builder for ListVersionsByFunctionOutput
.
Implementations§
source§impl ListVersionsByFunctionOutputBuilder
impl ListVersionsByFunctionOutputBuilder
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 versions(self, input: FunctionConfiguration) -> Self
pub fn versions(self, input: FunctionConfiguration) -> Self
Appends an item to versions
.
To override the contents of this collection use set_versions
.
A list of Lambda function versions.
sourcepub fn set_versions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
pub fn set_versions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
A list of Lambda function versions.
sourcepub fn build(self) -> ListVersionsByFunctionOutput
pub fn build(self) -> ListVersionsByFunctionOutput
Consumes the builder and constructs a ListVersionsByFunctionOutput
.
Trait Implementations§
source§impl Clone for ListVersionsByFunctionOutputBuilder
impl Clone for ListVersionsByFunctionOutputBuilder
source§fn clone(&self) -> ListVersionsByFunctionOutputBuilder
fn clone(&self) -> ListVersionsByFunctionOutputBuilder
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 ListVersionsByFunctionOutputBuilder
impl Default for ListVersionsByFunctionOutputBuilder
source§fn default() -> ListVersionsByFunctionOutputBuilder
fn default() -> ListVersionsByFunctionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListVersionsByFunctionOutputBuilder> for ListVersionsByFunctionOutputBuilder
impl PartialEq<ListVersionsByFunctionOutputBuilder> for ListVersionsByFunctionOutputBuilder
source§fn eq(&self, other: &ListVersionsByFunctionOutputBuilder) -> bool
fn eq(&self, other: &ListVersionsByFunctionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.