Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobCommand |
JobCommand.clone() |
JobCommand |
CreateJobRequest.getCommand()
The
JobCommand that executes this job. |
JobCommand |
JobUpdate.getCommand()
The
JobCommand that executes this job (required). |
JobCommand |
Job.getCommand()
The
JobCommand that executes this job. |
JobCommand |
JobCommand.withName(String name)
The name of the job command.
|
JobCommand |
JobCommand.withPythonVersion(String pythonVersion)
The Python version being used to execute a Python shell job.
|
JobCommand |
JobCommand.withScriptLocation(String scriptLocation)
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setCommand(JobCommand command)
The
JobCommand that executes this job. |
void |
JobUpdate.setCommand(JobCommand command)
The
JobCommand that executes this job (required). |
void |
Job.setCommand(JobCommand command)
The
JobCommand that executes this job. |
CreateJobRequest |
CreateJobRequest.withCommand(JobCommand command)
The
JobCommand that executes this job. |
JobUpdate |
JobUpdate.withCommand(JobCommand command)
The
JobCommand that executes this job (required). |
Job |
Job.withCommand(JobCommand command)
The
JobCommand that executes this job. |
Copyright © 2019. All rights reserved.