| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.builder() |
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. |
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. |
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.errors(Consumer<BatchStopJobRunError.Builder>... 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. |
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.Builder.successfulSubmissions(Consumer<BatchStopJobRunSuccessfulSubmission.Builder>... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
BatchStopJobRunResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStopJobRunResponse.Builder> |
BatchStopJobRunResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.