Ordered Job Args
constructor(hadoopJob: Output<HadoopJobArgs>? = null, hiveJob: Output<HiveJobArgs>? = null, labels: Output<Map<String, String>>? = null, pigJob: Output<PigJobArgs>? = null, prerequisiteStepIds: Output<List<String>>? = null, prestoJob: Output<PrestoJobArgs>? = null, pysparkJob: Output<PySparkJobArgs>? = null, scheduling: Output<JobSchedulingArgs>? = null, sparkJob: Output<SparkJobArgs>? = null, sparkRJob: Output<SparkRJobArgs>? = null, sparkSqlJob: Output<SparkSqlJobArgs>? = null, stepId: Output<String>, trinoJob: Output<TrinoJobArgs>? = null)