Struct aws_sdk_glue::model::user_defined_function_input::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UserDefinedFunctionInput
Implementations
The name of the function.
The name of the function.
The Java class that contains the function code.
The Java class that contains the function code.
The owner of the function.
The owner of the function.
The owner type.
The owner type.
Appends an item to resource_uris
.
To override the contents of this collection use set_resource_uris
.
The resource URIs for the function.
The resource URIs for the function.
Consumes the builder and constructs a UserDefinedFunctionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more