@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 development endpoint.
Constructor and Description |
---|
DevEndpointCustomLibraries() |
Modifier and Type | Method and Description |
---|---|
DevEndpointCustomLibraries |
clone() |
boolean |
equals(Object obj) |
String |
getExtraJarsS3Path()
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
String |
getExtraPythonLibsS3Path()
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be
loaded in your
DevEndpoint . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
void |
setExtraPythonLibsS3Path(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 . |
String |
toString()
Returns a string representation of this object.
|
DevEndpointCustomLibraries |
withExtraJarsS3Path(String extraJarsS3Path)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
DevEndpointCustomLibraries |
withExtraPythonLibsS3Path(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 . |
public void setExtraPythonLibsS3Path(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.
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.
public String getExtraPythonLibsS3Path()
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 DevEndpointCustomLibraries withExtraPythonLibsS3Path(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.
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.
public void setExtraJarsS3Path(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
.
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
.
public String getExtraJarsS3Path()
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 withExtraJarsS3Path(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
.
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
.
public String toString()
toString
in class Object
Object.toString()
public DevEndpointCustomLibraries clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.