| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static JobDriver |
JobDriver.fromHive(Consumer<Hive.Builder> hive)
Create an instance of this class with
hive() initialized to the given value. |
static JobDriver |
JobDriver.fromHive(Hive hive)
Create an instance of this class with
hive() initialized to the given value. |
static JobDriver |
JobDriver.fromSparkSubmit(Consumer<SparkSubmit.Builder> sparkSubmit)
Create an instance of this class with
sparkSubmit() initialized to the given value. |
static JobDriver |
JobDriver.fromSparkSubmit(SparkSubmit sparkSubmit)
Create an instance of this class with
sparkSubmit() initialized to the given value. |
JobDriver |
JobRun.jobDriver()
The job driver for the job run.
|
JobDriver |
StartJobRunRequest.jobDriver()
The job driver for the job run.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.jobDriver(JobDriver jobDriver)
The job driver for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobDriver(JobDriver jobDriver)
The job driver for the job run.
|
Copyright © 2023. All rights reserved.