@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.029Z") @Stability(value=Stable) public interface JobDependency extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
JobDependency.Builder
A builder for
JobDependency |
static class |
JobDependency.Jsii$Proxy
An implementation for
JobDependency |
| Modifier and Type | Method and Description |
|---|---|
static JobDependency.Builder |
builder() |
default String |
getJobId()
The job ID of the AWS Batch job associated with this dependency.
|
default String |
getType()
The type of the job dependency.
|
@Stability(value=Stable) @Nullable default String getJobId()
Default: - No jobId
@Stability(value=Stable) @Nullable default String getType()
Default: - No type
@Stability(value=Stable) static JobDependency.Builder builder()
JobDependency.Builder of JobDependencyCopyright © 2020. All rights reserved.