public static interface JobCommand.Builder extends CopyableBuilder<JobCommand.Builder,JobCommand>
| Modifier and Type | Method and Description |
|---|---|
JobCommand.Builder |
name(String name)
The name of this job command.
|
JobCommand.Builder |
scriptLocation(String scriptLocation)
Specifies the location of a script that executes a job.
|
copyapply, buildJobCommand.Builder name(String name)
The name of this job command.
name - The name of this job command.JobCommand.Builder scriptLocation(String scriptLocation)
Specifies the location of a script that executes a job.
scriptLocation - Specifies the location of a script that executes a job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.