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