Interface ScheduleLambdaFunctionFailedEventAttributes.Builder

    • Method Detail

      • id

        ScheduleLambdaFunctionFailedEventAttributes.Builder id​(String id)

        The ID provided in the ScheduleLambdaFunction decision that failed.

        Parameters:
        id - The ID provided in the ScheduleLambdaFunction decision that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • decisionTaskCompletedEventId

        ScheduleLambdaFunctionFailedEventAttributes.Builder decisionTaskCompletedEventId​(Long decisionTaskCompletedEventId)

        The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

        Parameters:
        decisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. 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.