@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.442Z") @Stability(value=Stable) public interface BatchJobDependency 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.*;
BatchJobDependency batchJobDependency = BatchJobDependency.builder()
.jobId("jobId")
.type("type")
.build();
| 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 © 2022. All rights reserved.