@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.181Z")
public class JobType
extends software.amazon.jsii.JsiiObject
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;
Modifier and Type | Field and Description |
---|---|
static JobType |
ETL
(experimental) Command for running a Glue ETL job.
|
static JobType |
PYTHON_SHELL
(experimental) Command for running a Glue python shell job.
|
static JobType |
STREAMING
(experimental) Command for running a Glue streaming job.
|
Modifier | Constructor and Description |
---|---|
protected |
JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
JobType(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
(experimental) The name of this JobType, as expected by Job resource.
|
static JobType |
of(java.lang.String name)
(experimental) Custom type name.
|
public static final JobType ETL
public static final JobType PYTHON_SHELL
public static final JobType STREAMING
protected JobType(software.amazon.jsii.JsiiObjectRef objRef)
protected JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static JobType of(java.lang.String name)
name
- type name. This parameter is required.public java.lang.String getName()