| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DevEndpointCustomLibraries.Builder |
DevEndpointCustomLibraries.builder() |
DevEndpointCustomLibraries.Builder |
DevEndpointCustomLibraries.Builder.extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint. |
DevEndpointCustomLibraries.Builder |
DevEndpointCustomLibraries.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should
be loaded in your
DevEndpoint. |
DevEndpointCustomLibraries.Builder |
DevEndpointCustomLibraries.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DevEndpointCustomLibraries.Builder> |
DevEndpointCustomLibraries.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.customLibraries(Consumer<DevEndpointCustomLibraries.Builder> customLibraries)
Custom Python or Java libraries to be loaded in the
DevEndpoint. |
Copyright © 2023. All rights reserved.