@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.367Z") @Stability(value=Stable) public interface JobDependency extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
JobDependency jobDependency = JobDependency.builder()
.jobId("jobId")
.type("type")
.build();
| 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 © 2022. All rights reserved.