| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
BatchJobDependency |
BatchJobDependency.clone() |
BatchJobDependency |
BatchJobDependency.withJobId(String jobId)
The job ID of the Batch job that's associated with this dependency.
|
BatchJobDependency |
BatchJobDependency.withType(BatchJobDependencyType type)
The type of the job dependency.
|
BatchJobDependency |
BatchJobDependency.withType(String type)
The type of the job dependency.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchJobDependency> |
PipeTargetBatchJobParameters.getDependsOn()
A list of dependencies for the job.
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetBatchJobParameters |
PipeTargetBatchJobParameters.withDependsOn(BatchJobDependency... dependsOn)
A list of dependencies for the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetBatchJobParameters.setDependsOn(Collection<BatchJobDependency> dependsOn)
A list of dependencies for the job.
|
PipeTargetBatchJobParameters |
PipeTargetBatchJobParameters.withDependsOn(Collection<BatchJobDependency> dependsOn)
A list of dependencies for the job.
|
Copyright © 2023. All rights reserved.