@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.314Z") @Stability(value=Experimental) 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()
(experimental) The job ID of the AWS Batch job associated with this dependency.
|
default String |
getType()
(experimental) The type of the job dependency.
|
@Stability(value=Experimental) @Nullable default String getJobId()
Default: - No jobId
@Stability(value=Experimental) @Nullable default String getType()
Default: - No type
@Stability(value=Experimental) static JobDependency.Builder builder()
JobDependency.Builder of JobDependencyCopyright © 2021. All rights reserved.