Interface ActivityTaskTimedOutEventAttributes.Builder

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

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

    • timeoutType

      The type of the timeout that caused this event.

      Parameters:
      timeoutType - The type of the timeout that caused this event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeoutType

      The type of the timeout that caused this event.

      Parameters:
      timeoutType - The type of the timeout that caused this event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scheduledEventId

      ActivityTaskTimedOutEventAttributes.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

      ActivityTaskTimedOutEventAttributes.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.
    • details

      Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

      Parameters:
      details - Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.
      Returns:
      Returns a reference to this object so that method calls can be chained together.