Interface BatchStopJobRunResponse.Builder

    • Method Detail

      • successfulSubmissions

        BatchStopJobRunResponse.Builder successfulSubmissions​(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)

        A list of the JobRuns that were successfully submitted for stopping.

        Parameters:
        successfulSubmissions - A list of the JobRuns that were successfully submitted for stopping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulSubmissions

        BatchStopJobRunResponse.Builder successfulSubmissions​(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)

        A list of the JobRuns that were successfully submitted for stopping.

        Parameters:
        successfulSubmissions - A list of the JobRuns that were successfully submitted for stopping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.