pub struct Builder { /* private fields */ }Expand description
A builder for GetUserDefinedFunctionsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn user_defined_functions(self, input: UserDefinedFunction) -> Self
pub fn user_defined_functions(self, input: UserDefinedFunction) -> Self
Appends an item to user_defined_functions.
To override the contents of this collection use set_user_defined_functions.
A list of requested function definitions.
sourcepub fn set_user_defined_functions(
self,
input: Option<Vec<UserDefinedFunction>>
) -> Self
pub fn set_user_defined_functions(
self,
input: Option<Vec<UserDefinedFunction>>
) -> Self
A list of requested function definitions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if the list of functions returned does not include the last requested function.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if the list of functions returned does not include the last requested function.
sourcepub fn build(self) -> GetUserDefinedFunctionsOutput
pub fn build(self) -> GetUserDefinedFunctionsOutput
Consumes the builder and constructs a GetUserDefinedFunctionsOutput.