public static interface BatchStopJobRunResponse.Builder extends GlueResponse.Builder, CopyableBuilder<BatchStopJobRunResponse.Builder,BatchStopJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResponse.Builder |
errors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResponse.Builder |
errors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResponse.Builder |
errors(Consumer<BatchStopJobRunError.Builder>... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResponse.Builder |
successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
BatchStopJobRunResponse.Builder |
successfulSubmissions(Consumer<BatchStopJobRunSuccessfulSubmission.Builder>... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchStopJobRunResponse.Builder successfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
successfulSubmissions - A list of job runs which are successfully submitted for stopping.BatchStopJobRunResponse.Builder successfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
successfulSubmissions - A list of job runs which are successfully submitted for stopping.BatchStopJobRunResponse.Builder successfulSubmissions(Consumer<BatchStopJobRunSuccessfulSubmission.Builder>... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #successfulSubmissions(List) .successfulSubmissions - a consumer that will call methods on List.Builder #successfulSubmissions(List) BatchStopJobRunResponse.Builder errors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
errors - A list containing the job run Ids and details of the error that occurred for each job run while
submitting to stop.BatchStopJobRunResponse.Builder errors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
errors - A list containing the job run Ids and details of the error that occurred for each job run while
submitting to stop.BatchStopJobRunResponse.Builder errors(Consumer<BatchStopJobRunError.Builder>... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.