Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobDriver
-
Packages that use JobDriver Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobDriver in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobDriver Modifier and Type Method Description static JobDriverJobDriver. fromHive(Consumer<Hive.Builder> hive)Create an instance of this class withhive()initialized to the given value.static JobDriverJobDriver. fromHive(Hive hive)Create an instance of this class withhive()initialized to the given value.static JobDriverJobDriver. fromSparkSubmit(Consumer<SparkSubmit.Builder> sparkSubmit)Create an instance of this class withsparkSubmit()initialized to the given value.static JobDriverJobDriver. fromSparkSubmit(SparkSubmit sparkSubmit)Create an instance of this class withsparkSubmit()initialized to the given value.JobDriverJobRun. jobDriver()The job driver for the job run.JobDriverStartJobRunRequest. jobDriver()The job driver for the job run.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type JobDriver Modifier and Type Method Description JobRun.BuilderJobRun.Builder. jobDriver(JobDriver jobDriver)The job driver for the job run.StartJobRunRequest.BuilderStartJobRunRequest.Builder. jobDriver(JobDriver jobDriver)The job driver for the job run.
-