Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunError |
BatchStopJobRunError.clone() |
BatchStopJobRunError |
BatchStopJobRunError.withErrorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
|
BatchStopJobRunError |
BatchStopJobRunError.withJobName(String jobName)
The name of the job.
|
BatchStopJobRunError |
BatchStopJobRunError.withJobRunId(String jobRunId)
The job run Id.
|
Modifier and Type | Method and Description |
---|---|
List<BatchStopJobRunError> |
BatchStopJobRunResult.getErrors()
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchStopJobRunResult.setErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
Copyright © 2017. All rights reserved.