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