pub struct Builder { /* private fields */ }
Expand description
A builder for ListVersionsByFunctionOutput
.
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 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
.