Interface LambdaFunctionTimedOutEventAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaFunctionTimedOutEventAttributes.Builder,
,LambdaFunctionTimedOutEventAttributes> SdkBuilder<LambdaFunctionTimedOutEventAttributes.Builder,
,LambdaFunctionTimedOutEventAttributes> SdkPojo
- Enclosing class:
LambdaFunctionTimedOutEventAttributes
public static interface LambdaFunctionTimedOutEventAttributes.Builder
extends SdkPojo, CopyableBuilder<LambdaFunctionTimedOutEventAttributes.Builder,LambdaFunctionTimedOutEventAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionscheduledEventId
(Long scheduledEventId) The ID of theLambdaFunctionScheduled
event that was recorded when this activity task was scheduled.startedEventId
(Long startedEventId) The ID of theActivityTaskStarted
event that was recorded when this activity task started.timeoutType
(String timeoutType) The type of the timeout that caused this event.timeoutType
(LambdaFunctionTimeoutType timeoutType) The type of the timeout that caused this event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.- Parameters:
scheduledEventId
- The ID of theLambdaFunctionScheduled
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
startedEventId
- The ID of theActivityTaskStarted
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutType
The type of the timeout that caused this event.
- Parameters:
timeoutType
- The type of the timeout that caused this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeoutType
The type of the timeout that caused this event.
- Parameters:
timeoutType
- The type of the timeout that caused this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-