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 |
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.
|
build
copy
apply, build
BatchStopJobRunResponse.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.