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 tryng 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 tryng 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 tryng 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchStopJobRunResponse.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 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 of the errors that were encountered in tryng 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 tryng 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 tryng 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 tryng 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 tryng to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
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.