Class DevEndpointCustomLibraries
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DevEndpointCustomLibraries
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DevEndpointCustomLibraries.Builder,DevEndpointCustomLibraries>
@Generated("software.amazon.awssdk:codegen") public final class DevEndpointCustomLibraries extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevEndpointCustomLibraries.Builder,DevEndpointCustomLibraries>
Custom libraries to be loaded into a development endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DevEndpointCustomLibraries.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevEndpointCustomLibraries.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
extraJarsS3Path()
The path to one or more Java.jar
files in an S3 bucket that should be loaded in yourDevEndpoint
.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
.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends DevEndpointCustomLibraries.Builder>
serializableBuilderClass()
DevEndpointCustomLibraries.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
extraPythonLibsS3Path
public final 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
. 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.- Returns:
- 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.
-
extraJarsS3Path
public final String extraJarsS3Path()
The path to one or more Java
.jar
files in an S3 bucket that should be loaded in yourDevEndpoint
.You can only use pure Java/Scala libraries with a
DevEndpoint
.- Returns:
- The path to one or more Java
.jar
files in an S3 bucket that should be loaded in yourDevEndpoint
.You can only use pure Java/Scala libraries with a
DevEndpoint
.
-
toBuilder
public DevEndpointCustomLibraries.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DevEndpointCustomLibraries.Builder,DevEndpointCustomLibraries>
-
builder
public static DevEndpointCustomLibraries.Builder builder()
-
serializableBuilderClass
public static Class<? extends DevEndpointCustomLibraries.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-