@Stability(value=Experimental) @Internal public static final class PythonSparkJobExecutableProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PythonSparkJobExecutableProps
PythonSparkJobExecutablePropssoftware.amazon.jsii.JsiiObject.InitializationModePythonSparkJobExecutableProps.Builder, PythonSparkJobExecutableProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PythonSparkJobExecutableProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PythonSparkJobExecutableProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Code> |
getExtraFiles()
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.
|
List<Code> |
getExtraJars()
(experimental) Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script.
|
Boolean |
getExtraJarsFirst()
(experimental) Setting this value to true prioritizes the customer's extra JAR files in the classpath.
|
List<Code> |
getExtraPythonFiles()
(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.
|
GlueVersion |
getGlueVersion()
(experimental) Glue version.
|
PythonVersion |
getPythonVersion()
(experimental) The Python version to use.
|
Code |
getScript()
(experimental) The script that executes a job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(PythonSparkJobExecutableProps.Builder builder)
PythonSparkJobExecutableProps.Builder.public final GlueVersion getGlueVersion()
PythonSparkJobExecutablePropsgetGlueVersion in interface PythonSparkJobExecutablePropspublic final PythonVersion getPythonVersion()
PythonSparkJobExecutablePropsgetPythonVersion in interface PythonSparkJobExecutablePropspublic final Code getScript()
PythonSparkJobExecutablePropsgetScript in interface PythonSparkJobExecutablePropspublic final List<Code> getExtraFiles()
PythonSparkJobExecutablePropsOnly individual files are supported, directories are not supported.
Default: [] - no extra files are copied to the working directory
getExtraFiles in interface PythonSparkJobExecutablePropspublic final List<Code> getExtraJars()
PythonSparkJobExecutablePropsDefault: [] - no extra jars are added to the classpath
getExtraJars in interface PythonSparkJobExecutablePropspublic final Boolean getExtraJarsFirst()
PythonSparkJobExecutablePropsDefault: false - priority is not given to user-provided jars
getExtraJarsFirst in interface PythonSparkJobExecutablePropspublic final List<Code> getExtraPythonFiles()
PythonSparkJobExecutablePropsOnly individual files are supported, directories are not supported.
Default: - no extra python files and argument is not set
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.