Interface LambdaFunctionStartedEventAttributes.Builder

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

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

    • scheduledEventId

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