CopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
, SdkBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
public static interface LambdaFunctionCompletedEventAttributes.Builder extends CopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
LambdaFunctionCompletedEventAttributes.Builder |
result(String result) |
The result of the function execution (if any).
|
LambdaFunctionCompletedEventAttributes.Builder |
scheduledEventId(Long scheduledEventId) |
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
LambdaFunctionCompletedEventAttributes.Builder |
startedEventId(Long startedEventId) |
The ID of the
LambdaFunctionStarted event recorded in the history. |
copy
apply, build
LambdaFunctionCompletedEventAttributes.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.LambdaFunctionCompletedEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the LambdaFunctionStarted
event recorded in the history.
startedEventId
- The ID of the LambdaFunctionStarted
event recorded in the history.LambdaFunctionCompletedEventAttributes.Builder result(String result)
The result of the function execution (if any).
result
- The result of the function execution (if any).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.