public static interface JobCommand.Builder extends SdkPojo, CopyableBuilder<JobCommand.Builder,JobCommand>
Modifier and Type | Method and Description |
---|---|
JobCommand.Builder |
name(String name)
The name of the job command: this must be
glueetl . |
JobCommand.Builder |
scriptLocation(String scriptLocation)
Specifies the S3 path to a script that executes a job (required).
|
copy
applyMutation, build
JobCommand.Builder name(String name)
The name of the job command: this must be glueetl
.
name
- The name of the job command: this must be glueetl
.JobCommand.Builder scriptLocation(String scriptLocation)
Specifies the S3 path to a script that executes a job (required).
scriptLocation
- Specifies the S3 path to a script that executes a job (required).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.