Enum JobType
- All Implemented Interfaces:
Serializable,Comparable<JobType>,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)",
date="2026-05-06T14:53:17.017Z")
@Stability(Experimental)
public enum JobType
extends Enum<JobType>
(experimental) The job type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription(experimental) Command for running a Glue Spark job.(experimental) Command for running a Glue python shell job.(experimental) Command for running a Glue Ray job.(experimental) Command for running a Glue Spark streaming job. -
Method Summary
-
Enum Constant Details
-
ETL
(experimental) Command for running a Glue Spark job. -
STREAMING
(experimental) Command for running a Glue Spark streaming job. -
PYTHON_SHELL
(experimental) Command for running a Glue python shell job. -
RAY
(experimental) Command for running a Glue Ray job.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-