Class PythonSparkJobExecutableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.PythonSparkJobExecutableProps.Jsii$Proxy
- All Implemented Interfaces:
PythonSparkJobExecutableProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PythonSparkJobExecutableProps
@Stability(Experimental)
@Internal
public static final class PythonSparkJobExecutableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PythonSparkJobExecutableProps
An implementation for
PythonSparkJobExecutableProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.PythonSparkJobExecutableProps
PythonSparkJobExecutableProps.Builder, PythonSparkJobExecutableProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePythonSparkJobExecutableProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.(experimental) Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script.final Boolean
(experimental) Setting this value to true prioritizes the customer's extra JAR files in the classpath.(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.final GlueVersion
(experimental) Glue version.final PythonVersion
(experimental) The Python version to use.final Runtime
(experimental) Runtime.final Code
(experimental) The script that executes a job.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by thePythonSparkJobExecutableProps.Builder
.
-
-
Method Details
-
getGlueVersion
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Glue version.- Specified by:
getGlueVersion
in interfacePythonSparkJobExecutableProps
- See Also:
-
getPythonVersion
Description copied from interface:PythonSparkJobExecutableProps
(experimental) The Python version to use.- Specified by:
getPythonVersion
in interfacePythonSparkJobExecutableProps
-
getScript
Description copied from interface:PythonSparkJobExecutableProps
(experimental) The script that executes a job.- Specified by:
getScript
in interfacePythonSparkJobExecutableProps
-
getExtraFiles
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Only individual files are supported, directories are not supported. Equivalent to a job parameter
--extra-files
.Default: [] - no extra files are copied to the working directory
- Specified by:
getExtraFiles
in interfacePythonSparkJobExecutableProps
- See Also:
-
getExtraJars
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script. Only individual files are supported, directories are not supported. Equivalent to a job parameter--extra-jars
.Default: [] - no extra jars are added to the classpath
- Specified by:
getExtraJars
in interfacePythonSparkJobExecutableProps
- See Also:
-
getExtraJarsFirst
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Setting this value to true prioritizes the customer's extra JAR files in the classpath.Equivalent to a job parameter
--user-jars-first
.Default: false - priority is not given to user-provided jars
- Specified by:
getExtraJarsFirst
in interfacePythonSparkJobExecutableProps
- See Also:
-
getExtraPythonFiles
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.Only individual files are supported, directories are not supported. Equivalent to a job parameter
--extra-py-files
.Default: - no extra python files and argument is not set
- Specified by:
getExtraPythonFiles
in interfacePythonSparkJobExecutableProps
- See Also:
-
getRuntime
Description copied from interface:PythonSparkJobExecutableProps
(experimental) Runtime.It is required for Ray jobs.
- Specified by:
getRuntime
in interfacePythonSparkJobExecutableProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-