| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunError |
BatchStopJobRunError.clone() |
BatchStopJobRunError |
BatchStopJobRunError.withErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
BatchStopJobRunError |
BatchStopJobRunError.withJobName(String jobName)
The name of the Job in question.
|
BatchStopJobRunError |
BatchStopJobRunError.withJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStopJobRunError> |
BatchStopJobRunResult.getErrors()
A list of the errors that were encountered in tryng to stop JobRuns, including the JobRunId for which each error
was encountered and details about the error.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(BatchStopJobRunError... errors)
A list of the errors that were encountered in tryng to stop JobRuns, including the JobRunId for which each error
was encountered and details about the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStopJobRunResult.setErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in tryng to stop JobRuns, including the JobRunId for which each error
was encountered and details about the error.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in tryng to stop JobRuns, including the JobRunId for which each error
was encountered and details about the error.
|
Copyright © 2018. All rights reserved.