| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchStopJobRunError.Builder |
BatchStopJobRunError.builder() |
default BatchStopJobRunError.Builder |
BatchStopJobRunError.Builder.errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
Specifies details about the error that was encountered.
|
BatchStopJobRunError.Builder |
BatchStopJobRunError.Builder.errorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
BatchStopJobRunError.Builder |
BatchStopJobRunError.Builder.jobName(String jobName)
The name of the job definition that is used in the job run in question.
|
BatchStopJobRunError.Builder |
BatchStopJobRunError.Builder.jobRunId(String jobRunId)
The
JobRunId of the job run in question. |
BatchStopJobRunError.Builder |
BatchStopJobRunError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStopJobRunError.Builder> |
BatchStopJobRunError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.