Uses of Interface
software.amazon.awssdk.services.glue.model.JobCommand.Builder
-
Packages that use JobCommand.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of JobCommand.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return JobCommand.Builder Modifier and Type Method Description static JobCommand.BuilderJobCommand. builder()JobCommand.BuilderJobCommand.Builder. name(String name)The name of the job command.JobCommand.BuilderJobCommand.Builder. pythonVersion(String pythonVersion)The Python version being used to run a Python shell job.JobCommand.BuilderJobCommand.Builder. runtime(String runtime)In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment.JobCommand.BuilderJobCommand.Builder. scriptLocation(String scriptLocation)Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.JobCommand.BuilderJobCommand. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type JobCommand.Builder Modifier and Type Method Description static Class<? extends JobCommand.Builder>JobCommand. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type JobCommand.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. command(Consumer<JobCommand.Builder> command)TheJobCommandthat runs this job.default Job.BuilderJob.Builder. command(Consumer<JobCommand.Builder> command)TheJobCommandthat runs this job.default JobUpdate.BuilderJobUpdate.Builder. command(Consumer<JobCommand.Builder> command)TheJobCommandthat runs this job (required).
-