| 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: this must be
glueetl. |
JobCommand |
JobCommand.withScriptLocation(String scriptLocation)
Specifies the S3 path to a script that executes a job (required).
|
| 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 © 2018. All rights reserved.