CopyableBuilder<JobDependency.Builder,JobDependency>
, SdkBuilder<JobDependency.Builder,JobDependency>
public static interface JobDependency.Builder extends CopyableBuilder<JobDependency.Builder,JobDependency>
Modifier and Type | Method | Description |
---|---|---|
JobDependency.Builder |
jobId(String jobId) |
The job ID of the AWS Batch job associated with this dependency.
|
copy
apply, 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.