@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.758Z") @Stability(value=Stable) public interface BatchJobDependency extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BatchJobDependency.Builder
A builder for
BatchJobDependency |
static class |
BatchJobDependency.Jsii$Proxy
An implementation for
BatchJobDependency |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobDependency.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 BatchJobDependency.Builder builder()
BatchJobDependency.Builder of BatchJobDependencyCopyright © 2020. All rights reserved.