Class JobExecutableConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.JobExecutableConfig.Jsii$Proxy
- All Implemented Interfaces:
JobExecutableConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
JobExecutableConfig
@Stability(Experimental)
@Internal
public static final class JobExecutableConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements JobExecutableConfig
An implementation for
JobExecutableConfig
-
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.JobExecutableConfig
JobExecutableConfig.Builder, JobExecutableConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(JobExecutableConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theJobExecutableConfig.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
final String
(experimental) The Scala class that serves as the entry point for the job.(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 JobLanguage
(experimental) The language of the job (Scala or Python).final PythonVersion
(experimental) The Python version to use.final Runtime
(experimental) The Runtime to use.(experimental) Additional Python modules that AWS Glue adds to the Python path before executing your script.final Code
(experimental) The script that is executed by a job.final JobType
getType()
(experimental) Specify the type of the job whether it's an Apache Spark ETL or streaming one or if it's a Python shell 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 theJobExecutableConfig.Builder
.
-
-
Method Details
-
getGlueVersion
Description copied from interface:JobExecutableConfig
(experimental) Glue version.- Specified by:
getGlueVersion
in interfaceJobExecutableConfig
- See Also:
-
getLanguage
Description copied from interface:JobExecutableConfig
(experimental) The language of the job (Scala or Python).Equivalent to a job parameter
--job-language
.- Specified by:
getLanguage
in interfaceJobExecutableConfig
- See Also:
-
getScript
Description copied from interface:JobExecutableConfig
(experimental) The script that is executed by a job.- Specified by:
getScript
in interfaceJobExecutableConfig
-
getType
Description copied from interface:JobExecutableConfig
(experimental) Specify the type of the job whether it's an Apache Spark ETL or streaming one or if it's a Python shell job.- Specified by:
getType
in interfaceJobExecutableConfig
-
getClassName
Description copied from interface:JobExecutableConfig
(experimental) The Scala class that serves as the entry point for the job.This applies only if your the job langauage is Scala. Equivalent to a job parameter
--class
.Default: - no scala className specified
- Specified by:
getClassName
in interfaceJobExecutableConfig
- See Also:
-
getExtraFiles
Description copied from interface:JobExecutableConfig
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Equivalent to a job parameter
--extra-files
.Default: - no extra files specified.
- Specified by:
getExtraFiles
in interfaceJobExecutableConfig
- See Also:
-
getExtraJars
Description copied from interface:JobExecutableConfig
(experimental) Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script. Equivalent to a job parameter--extra-jars
.Default: - no extra jars specified.
- Specified by:
getExtraJars
in interfaceJobExecutableConfig
- See Also:
-
getExtraJarsFirst
Description copied from interface:JobExecutableConfig
(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: - extra jars are not prioritized.
- Specified by:
getExtraJarsFirst
in interfaceJobExecutableConfig
- See Also:
-
getExtraPythonFiles
Description copied from interface:JobExecutableConfig
(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.Equivalent to a job parameter
--extra-py-files
.Default: - no extra python files specified.
- Specified by:
getExtraPythonFiles
in interfaceJobExecutableConfig
- See Also:
-
getPythonVersion
Description copied from interface:JobExecutableConfig
(experimental) The Python version to use.Default: - no python version specified
- Specified by:
getPythonVersion
in interfaceJobExecutableConfig
-
getRuntime
Description copied from interface:JobExecutableConfig
(experimental) The Runtime to use.Default: - no runtime specified
- Specified by:
getRuntime
in interfaceJobExecutableConfig
-
getS3PythonModules
Description copied from interface:JobExecutableConfig
(experimental) Additional Python modules that AWS Glue adds to the Python path before executing your script.Equivalent to a job parameter
--s3-py-modules
.Default: - no extra python files specified.
- Specified by:
getS3PythonModules
in interfaceJobExecutableConfig
- See Also:
-
$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()
-