Interface ActivityTaskFailedEventAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ActivityTaskFailedEventAttributes.Builder,ActivityTaskFailedEventAttributes>, SdkBuilder<ActivityTaskFailedEventAttributes.Builder,ActivityTaskFailedEventAttributes>, SdkPojo
Enclosing class:
ActivityTaskFailedEventAttributes

public static interface ActivityTaskFailedEventAttributes.Builder extends SdkPojo, CopyableBuilder<ActivityTaskFailedEventAttributes.Builder,ActivityTaskFailedEventAttributes>
  • Method Details

    • 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

      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.