| 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.
|
BatchStopJobRunSuccessfulSubmission |
BatchStopJobRunSuccessfulSubmission.withJobRunId(String jobRunId)
The job run Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStopJobRunSuccessfulSubmission> |
BatchStopJobRunResult.getSuccessfulSubmissions()
A list of job runs which are successfully submitted for stopping.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStopJobRunResult.setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
Copyright © 2017. All rights reserved.