Class ScalaJobExecutableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.ScalaJobExecutableProps.Jsii$Proxy
- All Implemented Interfaces:
ScalaJobExecutableProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ScalaJobExecutableProps
@Stability(Experimental)
@Internal
public static final class ScalaJobExecutableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ScalaJobExecutableProps
An implementation for
ScalaJobExecutableProps
-
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.ScalaJobExecutableProps
ScalaJobExecutableProps.Builder, ScalaJobExecutableProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theScalaJobExecutableProps.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 fully qualified Scala class name 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.final GlueVersion
(experimental) Glue version.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 theScalaJobExecutableProps.Builder
.
-
-
Method Details
-
getClassName
Description copied from interface:ScalaJobExecutableProps
(experimental) The fully qualified Scala class name that serves as the entry point for the job.- Specified by:
getClassName
in interfaceScalaJobExecutableProps
- See Also:
-
getGlueVersion
Description copied from interface:ScalaJobExecutableProps
(experimental) Glue version.- Specified by:
getGlueVersion
in interfaceScalaJobExecutableProps
- See Also:
-
getScript
Description copied from interface:ScalaJobExecutableProps
(experimental) The script that executes a job.- Specified by:
getScript
in interfaceScalaJobExecutableProps
-
getExtraFiles
Description copied from interface:ScalaJobExecutableProps
(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.
Default: [] - no extra files are copied to the working directory
- Specified by:
getExtraFiles
in interfaceScalaJobExecutableProps
- See Also:
-
getExtraJars
Description copied from interface:ScalaJobExecutableProps
(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.Default: [] - no extra jars are added to the classpath
- Specified by:
getExtraJars
in interfaceScalaJobExecutableProps
- See Also:
-
getExtraJarsFirst
Description copied from interface:ScalaJobExecutableProps
(experimental) Setting this value to true prioritizes the customer's extra JAR files in the classpath.Default: false - priority is not given to user-provided jars
- Specified by:
getExtraJarsFirst
in interfaceScalaJobExecutableProps
- 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()
-