| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchStopJobRunError> |
BatchStopJobRunResponse.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 |
|---|---|
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.errors(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 |
|---|---|
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.errors(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 © 2023. All rights reserved.