Uses of Interface
software.amazon.awssdk.services.glue.model.DevEndpointCustomLibraries.Builder
-
Packages that use DevEndpointCustomLibraries.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DevEndpointCustomLibraries.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DevEndpointCustomLibraries.Builder Modifier and Type Method Description static DevEndpointCustomLibraries.BuilderDevEndpointCustomLibraries. builder()DevEndpointCustomLibraries.BuilderDevEndpointCustomLibraries.Builder. extraJarsS3Path(String extraJarsS3Path)The path to one or more Java.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.DevEndpointCustomLibraries.BuilderDevEndpointCustomLibraries.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 yourDevEndpoint.DevEndpointCustomLibraries.BuilderDevEndpointCustomLibraries. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DevEndpointCustomLibraries.Builder Modifier and Type Method Description static Class<? extends DevEndpointCustomLibraries.Builder>DevEndpointCustomLibraries. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DevEndpointCustomLibraries.Builder Modifier and Type Method Description default UpdateDevEndpointRequest.BuilderUpdateDevEndpointRequest.Builder. customLibraries(Consumer<DevEndpointCustomLibraries.Builder> customLibraries)Custom Python or Java libraries to be loaded in theDevEndpoint.
-