@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevEndpointCustomLibraries.Builder |
| Modifier and Type | Method and 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 your
DevEndpoint. |
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. |
<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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public final String extraJarsS3Path()
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.
.jar files in an S3 bucket that should be loaded in your
DevEndpoint.
You can only use pure Java/Scala libraries with a DevEndpoint.
public DevEndpointCustomLibraries.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DevEndpointCustomLibraries.Builder,DevEndpointCustomLibraries>public static DevEndpointCustomLibraries.Builder builder()
public static Class<? extends DevEndpointCustomLibraries.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.