CopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
, SdkBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
public static interface LambdaFunctionStartedEventAttributes.Builder extends CopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
LambdaFunctionStartedEventAttributes.Builder |
scheduledEventId(Long scheduledEventId) |
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
copy
apply, build
LambdaFunctionStartedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the LambdaFunctionScheduled
event that was recorded when this AWS Lambda function was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading
up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when this AWS Lambda
function was scheduled. This information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.