Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobCommand |
JobCommand.clone() |
JobCommand |
Job.getCommand()
The JobCommand that executes this job.
|
JobCommand |
JobUpdate.getCommand()
The JobCommand that executes this job (required).
|
JobCommand |
CreateJobRequest.getCommand()
The JobCommand that executes this job.
|
JobCommand |
JobCommand.withName(String name)
The name of the job command: this must be
glueetl , for an Apache Spark ETL job, or
pythonshell , for a Python shell job. |
JobCommand |
JobCommand.withScriptLocation(String scriptLocation)
Specifies the S3 path to a script that executes a job (required).
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setCommand(JobCommand command)
The JobCommand that executes this job.
|
void |
JobUpdate.setCommand(JobCommand command)
The JobCommand that executes this job (required).
|
void |
CreateJobRequest.setCommand(JobCommand command)
The JobCommand that executes this job.
|
Job |
Job.withCommand(JobCommand command)
The JobCommand that executes this job.
|
JobUpdate |
JobUpdate.withCommand(JobCommand command)
The JobCommand that executes this job (required).
|
CreateJobRequest |
CreateJobRequest.withCommand(JobCommand command)
The JobCommand that executes this job.
|
Copyright © 2019. All rights reserved.