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