Struct aws_sdk_glue::model::dev_endpoint_custom_libraries::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DevEndpointCustomLibraries
Implementations
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
bucket that should be loaded in your DevEndpoint. Multiple values must be
complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint. Libraries that rely on
C extensions, such as the pandas Python data
analysis library, are not currently supported.
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
bucket that should be loaded in your DevEndpoint. Multiple values must be
complete paths separated by a comma.
You can only use pure Python libraries with a DevEndpoint. Libraries that rely on
C extensions, such as the pandas Python data
analysis library, are not currently supported.
The path to one or more Java .jar files in an S3 bucket that should be loaded
in your DevEndpoint.
You can only use pure Java/Scala libraries with a DevEndpoint.
The path to one or more Java .jar files in an S3 bucket that should be loaded
in your DevEndpoint.
You can only use pure Java/Scala libraries with a DevEndpoint.
Consumes the builder and constructs a DevEndpointCustomLibraries
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
