pub struct Builder { /* private fields */ }Expand description
A builder for GetUserDefinedFunctionOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn user_defined_function(self, input: UserDefinedFunction) -> Self
pub fn user_defined_function(self, input: UserDefinedFunction) -> Self
The requested function definition.
sourcepub fn set_user_defined_function(
self,
input: Option<UserDefinedFunction>
) -> Self
pub fn set_user_defined_function(
self,
input: Option<UserDefinedFunction>
) -> Self
The requested function definition.
sourcepub fn build(self) -> GetUserDefinedFunctionOutput
pub fn build(self) -> GetUserDefinedFunctionOutput
Consumes the builder and constructs a GetUserDefinedFunctionOutput.