Interface JobLogEventData.Builder

  • Method Details

    • sourceServerID

      JobLogEventData.Builder sourceServerID(String sourceServerID)

      Job Event Source Server ID.

      Parameters:
      sourceServerID - Job Event Source Server ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conversionServerID

      JobLogEventData.Builder conversionServerID(String conversionServerID)

      Job Event conversion Server ID.

      Parameters:
      conversionServerID - Job Event conversion Server ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetInstanceID

      JobLogEventData.Builder targetInstanceID(String targetInstanceID)

      Job Event Target instance ID.

      Parameters:
      targetInstanceID - Job Event Target instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rawError

      JobLogEventData.Builder rawError(String rawError)

      Job error.

      Parameters:
      rawError - Job error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attemptCount

      JobLogEventData.Builder attemptCount(Integer attemptCount)

      Retries for this operation.

      Parameters:
      attemptCount - Retries for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxAttemptsCount

      JobLogEventData.Builder maxAttemptsCount(Integer maxAttemptsCount)

      The maximum number of retries that will be attempted if this operation failed.

      Parameters:
      maxAttemptsCount - The maximum number of retries that will be attempted if this operation failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.