Interface BatchGetWorkerError.Builder

  • Method Details

    • farmId

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

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

      The fleet ID of the worker that could not be retrieved.

      Parameters:
      fleetId - The fleet ID of the worker that could not be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workerId

      BatchGetWorkerError.Builder workerId(String workerId)

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

      Parameters:
      workerId - The worker ID of the worker 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

      The error message.

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