Interface LambdaFunctionScheduledEventAttributes.Builder

    • Method Detail

      • control

        LambdaFunctionScheduledEventAttributes.Builder control​(String control)

        Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

        Parameters:
        control - Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • input

        LambdaFunctionScheduledEventAttributes.Builder input​(String input)

        The input provided to the Lambda task.

        Parameters:
        input - The input provided to the Lambda task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startToCloseTimeout

        LambdaFunctionScheduledEventAttributes.Builder startToCloseTimeout​(String startToCloseTimeout)

        The maximum amount of time a worker can take to process the Lambda task.

        Parameters:
        startToCloseTimeout - The maximum amount of time a worker can take to process the Lambda task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • decisionTaskCompletedEventId

        LambdaFunctionScheduledEventAttributes.Builder decisionTaskCompletedEventId​(Long decisionTaskCompletedEventId)

        The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity 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 activity 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.