public static interface JobDependency.Builder extends SdkPojo, CopyableBuilder<JobDependency.Builder,JobDependency>
| Modifier and Type | Method and Description |
|---|---|
JobDependency.Builder |
jobId(String jobId)
The job ID of the Batch job that's associated with this dependency.
|
JobDependency.Builder |
type(ArrayJobDependency type)
The type of the job dependency.
|
JobDependency.Builder |
type(String type)
The type of the job dependency.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobDependency.Builder jobId(String jobId)
The job ID of the Batch job that's associated with this dependency.
jobId - The job ID of the Batch job that's associated with this dependency.JobDependency.Builder type(String type)
The type of the job dependency.
type - The type of the job dependency.ArrayJobDependency,
ArrayJobDependencyJobDependency.Builder type(ArrayJobDependency type)
The type of the job dependency.
type - The type of the job dependency.ArrayJobDependency,
ArrayJobDependencyCopyright © 2023. All rights reserved.