Interface ActivityTaskFailedEventAttributes.Builder

    • Method Detail

      • reason

        ActivityTaskFailedEventAttributes.Builder reason​(String reason)

        The reason provided for the failure.

        Parameters:
        reason - The reason provided for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        ActivityTaskFailedEventAttributes.Builder details​(String details)

        The details of the failure.

        Parameters:
        details - The details of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledEventId

        ActivityTaskFailedEventAttributes.Builder scheduledEventId​(Long scheduledEventId)

        The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

        Parameters:
        scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedEventId

        ActivityTaskFailedEventAttributes.Builder startedEventId​(Long startedEventId)

        The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

        Parameters:
        startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.