Class CfnJob.JobCommandProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnJob.JobCommandProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJob.JobCommandProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJob.JobCommandProperty
@Stability(Stable)
@Internal
public static final class CfnJob.JobCommandProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJob.JobCommandProperty
An implementation for
CfnJob.JobCommandProperty
-
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.CfnJob.JobCommandProperty
CfnJob.JobCommandProperty.Builder, CfnJob.JobCommandProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJob.JobCommandProperty.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
getName()
The name of the job command.final String
The Python version being used to execute a Python shell job.final String
CfnJob.JobCommandProperty.Runtime
.final String
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job (required).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 theCfnJob.JobCommandProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnJob.JobCommandProperty
The name of the job command.For an Apache Spark ETL job, this must be
glueetl
. For a Python shell job, it must bepythonshell
. For an Apache Spark streaming ETL job, this must begluestreaming
.- Specified by:
getName
in interfaceCfnJob.JobCommandProperty
-
getPythonVersion
Description copied from interface:CfnJob.JobCommandProperty
The Python version being used to execute a Python shell job.Allowed values are 3 or 3.9. Version 2 is deprecated.
- Specified by:
getPythonVersion
in interfaceCfnJob.JobCommandProperty
-
getRuntime
Description copied from interface:CfnJob.JobCommandProperty
CfnJob.JobCommandProperty.Runtime
.- Specified by:
getRuntime
in interfaceCfnJob.JobCommandProperty
-
getScriptLocation
Description copied from interface:CfnJob.JobCommandProperty
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job (required).- Specified by:
getScriptLocation
in interfaceCfnJob.JobCommandProperty
-
$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()
-