Enum Class JobLanguage

java.lang.Object
java.lang.Enum<JobLanguage>
software.amazon.awscdk.services.glue.alpha.JobLanguage
All Implemented Interfaces:
Serializable, Comparable<JobLanguage>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-01-13T02:49:34.243Z") @Stability(Experimental) public enum JobLanguage extends Enum<JobLanguage>
(experimental) Runtime language of the Glue job.
  • Enum Constant Details

    • SCALA

      @Stability(Experimental) public static final JobLanguage SCALA
      (experimental) Scala.
    • PYTHON

      @Stability(Experimental) public static final JobLanguage PYTHON
      (experimental) Python.
  • Method Details

    • values

      public static JobLanguage[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JobLanguage valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null