public static interface LambdaFunctionTimedOutEventAttributes.Builder extends CopyableBuilder<LambdaFunctionTimedOutEventAttributes.Builder,LambdaFunctionTimedOutEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionTimedOutEventAttributes.Builder |
scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this activity task was
scheduled. |
LambdaFunctionTimedOutEventAttributes.Builder |
startedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
LambdaFunctionTimedOutEventAttributes.Builder |
timeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes.Builder |
timeoutType(String timeoutType)
The type of the timeout that caused this event.
|
copyapply, buildLambdaFunctionTimedOutEventAttributes.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.
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.LambdaFunctionTimedOutEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the ActivityTaskStarted event that was recorded when this activity task started. To
help diagnose issues, use this information to trace back the chain of events leading up to this event.
startedEventId - The ID of the ActivityTaskStarted event that was recorded when this activity task
started. To help diagnose issues, use this information to trace back the chain of events leading up to
this event.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,
LambdaFunctionTimeoutTypeLambdaFunctionTimedOutEventAttributes.Builder timeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType - The type of the timeout that caused this event.LambdaFunctionTimeoutType,
LambdaFunctionTimeoutTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.