Interface BatchUpdateTaskError.Builder

  • Method Details

    • farmId

      The farm ID of the task that could not be updated.

      Parameters:
      farmId - The farm ID of the task that could not be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queueId

      The queue ID of the task that could not be updated.

      Parameters:
      queueId - The queue ID of the task that could not be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The job ID of the task that could not be updated.

      Parameters:
      jobId - The job ID of the task that could not be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepId

      The step ID of the task that could not be updated.

      Parameters:
      stepId - The step ID of the task that could not be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskId

      The task ID of the task that could not be updated.

      Parameters:
      taskId - The task ID of the task that could not be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code.

      Parameters:
      code - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code.

      Parameters:
      code - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      The error message.

      Parameters:
      message - The error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.