| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
JobDriver |
JobDriver.clone() |
JobDriver |
JobRun.getJobDriver()
The job driver for the job run.
|
JobDriver |
StartJobRunRequest.getJobDriver()
The job driver for the job run.
|
JobDriver |
JobDriver.withHive(Hive hive)
The job driver parameters specified for Hive.
|
JobDriver |
JobDriver.withSparkSubmit(SparkSubmit sparkSubmit)
The job driver parameters specified for Spark.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
void |
StartJobRunRequest.setJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
JobRun |
JobRun.withJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
Copyright © 2024. All rights reserved.