@Stability(value=Experimental) public static final class JobDependency.Builder extends Object implements software.amazon.jsii.Builder<JobDependency>
JobDependency| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JobDependency |
build()
Builds the configured instance.
|
JobDependency.Builder |
jobId(String jobId)
Sets the value of
JobDependency.getJobId() |
JobDependency.Builder |
type(String type)
Sets the value of
JobDependency.getType() |
@Stability(value=Experimental) public JobDependency.Builder jobId(String jobId)
JobDependency.getJobId()jobId - The job ID of the AWS Batch job associated with this dependency.this@Stability(value=Experimental) public JobDependency.Builder type(String type)
JobDependency.getType()type - The type of the job dependency.this@Stability(value=Experimental) public JobDependency build()
build in interface software.amazon.jsii.Builder<JobDependency>JobDependencyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.