public static interface BatchStopJobRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchStopJobRunResponse.Builder,BatchStopJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
successfulSubmissions(Consumer<BatchStopJobRunSuccessfulSubmission.Builder>... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStopJobRunResponse.Builder successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
successfulSubmissions - A list of the JobRuns that were successfully submitted for stopping.BatchStopJobRunResponse.Builder successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
successfulSubmissions - A list of the JobRuns that were successfully submitted for stopping.BatchStopJobRunResponse.Builder successfulSubmissions(Consumer<BatchStopJobRunSuccessfulSubmission.Builder>... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
This is a convenience method that creates an instance of theBatchStopJobRunSuccessfulSubmission.Builder avoiding the
need to create one manually via
BatchStopJobRunSuccessfulSubmission.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #successfulSubmissions(List.
successfulSubmissions - a consumer that will call methods on
BatchStopJobRunSuccessfulSubmission.Builder#successfulSubmissions(java.util.Collection) 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.
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 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.
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 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.
BatchStopJobRunError.Builder avoiding the need to create
one manually via BatchStopJobRunError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchStopJobRunError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.