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 interfaceDevEndpointCustomLibraries.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevEndpointCustomLibraries.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringextraJarsS3Path()The path to one or more Java.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.StringextraPythonLibsS3Path()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)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DevEndpointCustomLibraries.Builder>serializableBuilderClass()DevEndpointCustomLibraries.BuildertoBuilder()StringtoString()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
.jarfiles 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
.jarfiles 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-