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 definition that is used in the job run in question.
|
BatchStopJobRunError |
BatchStopJobRunError.withJobRunId(String jobRunId)
The
JobRunId of the job run in question. |
Modifier and Type | Method and Description |
---|---|
List<BatchStopJobRunError> |
BatchStopJobRunResult.getErrors()
A list of the errors that were encountered in trying 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 trying 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 trying 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 trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
Copyright © 2022. All rights reserved.