public static interface JobDependency.Builder extends CopyableBuilder<JobDependency.Builder,JobDependency>
Modifier and Type | Method and Description |
---|---|
JobDependency.Builder |
jobId(String jobId)
The job ID of the AWS Batch job associated with this dependency.
|
copy
applyMutation, build
JobDependency.Builder jobId(String jobId)
The job ID of the AWS Batch job associated with this dependency.
jobId
- The job ID of the AWS Batch job associated with this dependency.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.