Interface LambdaFunctionTimedOutEventAttributes.Builder

    • Method Detail

      • scheduledEventId

        LambdaFunctionTimedOutEventAttributes.Builder scheduledEventId​(Long scheduledEventId)

        The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

        Parameters:
        scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace 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

        LambdaFunctionTimedOutEventAttributes.Builder startedEventId​(Long startedEventId)

        The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

        Parameters:
        startedEventId - The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace 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.