Interface BatchGetJobError.Builder

  • Method Details

    • farmId

      The farm ID of the job that could not be retrieved.

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

      BatchGetJobError.Builder queueId(String queueId)

      The queue ID of the job that could not be retrieved.

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

      The job ID of the job that could not be retrieved.

      Parameters:
      jobId - The job ID of the job that could not be retrieved.
      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

      BatchGetJobError.Builder message(String message)

      The error message.

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