| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Predecessor |
Predecessor.clone() |
Predecessor |
Predecessor.withJobName(String jobName)
The name of the job definition used by the predecessor job run.
|
Predecessor |
Predecessor.withRunId(String runId)
The job-run ID of the predecessor job run.
|
| Modifier and Type | Method and Description |
|---|---|
List<Predecessor> |
JobRun.getPredecessorRuns()
A list of predecessors to this job run.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.withPredecessorRuns(Predecessor... predecessorRuns)
A list of predecessors to this job run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setPredecessorRuns(Collection<Predecessor> predecessorRuns)
A list of predecessors to this job run.
|
JobRun |
JobRun.withPredecessorRuns(Collection<Predecessor> predecessorRuns)
A list of predecessors to this job run.
|
Copyright © 2019. All rights reserved.