public static interface BatchStopJobRunError.Builder extends CopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
| Modifier and Type | Method and Description |
|---|---|
default BatchStopJobRunError.Builder |
errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details of the error that occurred.
|
BatchStopJobRunError.Builder |
errorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
|
BatchStopJobRunError.Builder |
jobName(String jobName)
The name of the job.
|
BatchStopJobRunError.Builder |
jobRunId(String jobRunId)
The job run Id.
|
copyapply, buildBatchStopJobRunError.Builder jobName(String jobName)
The name of the job.
jobName - The name of the job.BatchStopJobRunError.Builder jobRunId(String jobRunId)
The job run Id.
jobRunId - The job run Id.BatchStopJobRunError.Builder errorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
errorDetail - The details of the error that occurred.default BatchStopJobRunError.Builder errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details of the error that occurred.
This is a convenience that creates an instance of theErrorDetail.Builder avoiding the need to create
one manually via ErrorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorDetail(ErrorDetail).errorDetail - a consumer that will call methods on ErrorDetail.BuildererrorDetail(ErrorDetail)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.