Struct aws_sdk_appsync::output::list_functions_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListFunctionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn functions(self, input: FunctionConfiguration) -> Self
pub fn functions(self, input: FunctionConfiguration) -> Self
Appends an item to functions
.
To override the contents of this collection use set_functions
.
A list of Function
objects.
sourcepub fn set_functions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
pub fn set_functions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
A list of Function
objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
sourcepub fn build(self) -> ListFunctionsOutput
pub fn build(self) -> ListFunctionsOutput
Consumes the builder and constructs a ListFunctionsOutput
.