@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DevEndpointCustomLibraries extends Object implements Serializable, Cloneable, StructuredPojo
Custom libraries to be loaded into a DevEndpoint.
Constructor and Description |
---|
DevEndpointCustomLibraries() |
Modifier and Type | Method and Description |
---|---|
DevEndpointCustomLibraries |
clone() |
boolean |
equals(Object obj) |
String |
getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
void |
setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
String |
toString()
Returns a string representation of this object.
|
DevEndpointCustomLibraries |
withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpointCustomLibraries |
withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
public void setExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public String getExtraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public DevEndpointCustomLibraries withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
extraPythonLibsS3Path
- Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
Multiple values must be complete paths separated by a comma.
Please note that only pure Python libraries can currently be used on a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
public void setExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public String getExtraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public DevEndpointCustomLibraries withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
extraJarsS3Path
- Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
Please note that only pure Java/Scala libraries can currently be used on a DevEndpoint.
public String toString()
toString
in class Object
Object.toString()
public DevEndpointCustomLibraries clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.