Interface BatchStopJobRunError.Builder

    • Method Detail

      • jobName

        BatchStopJobRunError.Builder jobName​(String jobName)

        The name of the job definition that is used in the job run in question.

        Parameters:
        jobName - The name of the job definition that is used in the job run in question.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRunId

        BatchStopJobRunError.Builder jobRunId​(String jobRunId)

        The JobRunId of the job run in question.

        Parameters:
        jobRunId - The JobRunId of the job run in question.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetail

        BatchStopJobRunError.Builder errorDetail​(ErrorDetail errorDetail)

        Specifies details about the error that was encountered.

        Parameters:
        errorDetail - Specifies details about the error that was encountered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.