| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunSuccessfulSubmission |
BatchStopJobRunSuccessfulSubmission.clone() |
BatchStopJobRunSuccessfulSubmission |
BatchStopJobRunSuccessfulSubmission.withJobName(String jobName)
The Name of the Job in question.
|
BatchStopJobRunSuccessfulSubmission |
BatchStopJobRunSuccessfulSubmission.withJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStopJobRunSuccessfulSubmission> |
BatchStopJobRunResult.getSuccessfulSubmissions()
A list of the JobRuns that were successfully submitted for stopping.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStopJobRunResult.setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
Copyright © 2018. All rights reserved.