Struct aws_sdk_glue::model::user_defined_function::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UserDefinedFunction
Implementations
The name of the function.
The name of the function.
The name of the catalog database that contains the function.
The name of the catalog database that contains 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.
The time at which the function was created.
The time at which the function was created.
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.
The ID of the Data Catalog in which the function resides.
The ID of the Data Catalog in which the function resides.
Consumes the builder and constructs a UserDefinedFunction
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
