| Modifier and Type | Class and Description |
|---|---|
static class |
JobDependency.Jsii$Proxy
An implementation for
JobDependency |
| Modifier and Type | Method and Description |
|---|---|
JobDependency |
JobDependency.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<JobDependency> |
RunBatchJobProps.getDependsOn()
Deprecated.
|
List<JobDependency> |
RunBatchJobProps.Jsii$Proxy.getDependsOn()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RunBatchJob.Builder |
RunBatchJob.Builder.dependsOn(List<? extends JobDependency> dependsOn)
Deprecated.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.dependsOn(List<? extends JobDependency> dependsOn)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
ContainerOverrides containerOverrides,
List<? extends JobDependency> dependsOn,
ServiceIntegrationPattern integrationPattern,
Map<String,? extends Object> payload,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunBatchJobProps.Builder. |
Copyright © 2020. All rights reserved.