Uses of Interface
software.amazon.awssdk.services.glue.model.BatchStopJobRunError.Builder
-
Packages that use BatchStopJobRunError.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchStopJobRunError.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchStopJobRunError.Builder Modifier and Type Method Description static BatchStopJobRunError.BuilderBatchStopJobRunError. builder()default BatchStopJobRunError.BuilderBatchStopJobRunError.Builder. errorDetail(Consumer<ErrorDetail.Builder> errorDetail)Specifies details about the error that was encountered.BatchStopJobRunError.BuilderBatchStopJobRunError.Builder. errorDetail(ErrorDetail errorDetail)Specifies details about the error that was encountered.BatchStopJobRunError.BuilderBatchStopJobRunError.Builder. jobName(String jobName)The name of the job definition that is used in the job run in question.BatchStopJobRunError.BuilderBatchStopJobRunError.Builder. jobRunId(String jobRunId)TheJobRunIdof the job run in question.BatchStopJobRunError.BuilderBatchStopJobRunError. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchStopJobRunError.Builder Modifier and Type Method Description static Class<? extends BatchStopJobRunError.Builder>BatchStopJobRunError. serializableBuilderClass()
-