@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.771Z") @Stability(value=Experimental) public interface JobDependency extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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=Experimental) @Nullable default String getJobId()
Default: - No jobId
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getType()
Default: - No type
EXPERIMENTAL
@Stability(value=Experimental) static JobDependency.Builder builder()
JobDependency.Builder of JobDependencyCopyright © 2020. All rights reserved.