Class JobType
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.JobType
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:42.583Z")
@Stability(Experimental)
public class JobType
extends software.amazon.jsii.JsiiObject
(experimental) The job type.
If you need to use a JobType that doesn't exist as a static member, you
can instantiate a JobType object, e.g: JobType.of('other name').
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; JobType jobType = JobType.ETL;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
ETL
(experimental) Command for running a Glue ETL job. -
PYTHON_SHELL
(experimental) Command for running a Glue python shell job. -
STREAMING
(experimental) Command for running a Glue streaming job.
-
-
Constructor Details
-
JobType
protected JobType(software.amazon.jsii.JsiiObjectRef objRef) -
JobType
protected JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
of
(experimental) Custom type name.- Parameters:
name- type name. This parameter is required.
-
getName
(experimental) The name of this JobType, as expected by Job resource.
-