@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.727Z") @Stability(value=Experimental) 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 |
|---|---|
String |
getName()
(experimental) The name of this JobType, as expected by Job resource.
|
static JobType |
of(String name)
(experimental) Custom type name.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final JobType ETL
@Stability(value=Experimental) public static final JobType PYTHON_SHELL
@Stability(value=Experimental) public static final JobType STREAMING
protected JobType(software.amazon.jsii.JsiiObjectRef objRef)
protected JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static JobType of(@NotNull String name)
name - type name. This parameter is required.@Stability(value=Experimental) @NotNull public String getName()
Copyright © 2022. All rights reserved.