java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.JobType
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.782Z") @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.alpha.*;
 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
    Modifier and Type
    Field
    Description
    static final JobType
    (experimental) Command for running a Glue Spark job.
    static final JobType
    (experimental) Command for running a Glue python shell job.
    static final JobType
    (experimental) Command for running a Glue Ray job.
    static final JobType
    (experimental) Command for running a Glue Spark streaming job.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    JobType(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The name of this JobType, as expected by Job resource.
    static JobType
    of(String name)
    (experimental) Custom type name.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • ETL

      @Stability(Experimental) public static final JobType ETL
      (experimental) Command for running a Glue Spark job.
    • PYTHON_SHELL

      @Stability(Experimental) public static final JobType PYTHON_SHELL
      (experimental) Command for running a Glue python shell job.
    • RAY

      @Stability(Experimental) public static final JobType RAY
      (experimental) Command for running a Glue Ray job.
    • STREAMING

      @Stability(Experimental) public static final JobType STREAMING
      (experimental) Command for running a Glue Spark streaming job.
  • Constructor Details

    • JobType

      protected JobType(software.amazon.jsii.JsiiObjectRef objRef)
    • JobType

      protected JobType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • of

      @Stability(Experimental) @NotNull public static JobType of(@NotNull String name)
      (experimental) Custom type name.

      Parameters:
      name - type name. This parameter is required.
    • getName

      @Stability(Experimental) @NotNull public String getName()
      (experimental) The name of this JobType, as expected by Job resource.