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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunctionTimedOutEventAttributes.BuilderscheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this activity task was scheduled.LambdaFunctionTimedOutEventAttributes.BuilderstartedEventId(Long startedEventId)The ID of theActivityTaskStartedevent that was recorded when this activity task started.LambdaFunctionTimedOutEventAttributes.BuildertimeoutType(String timeoutType)The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes.BuildertimeoutType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
scheduledEventId
LambdaFunctionTimedOutEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduledevent 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 theLambdaFunctionScheduledevent 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
LambdaFunctionTimedOutEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the
ActivityTaskStartedevent 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 theActivityTaskStartedevent 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
LambdaFunctionTimedOutEventAttributes.Builder timeoutType(String 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:
LambdaFunctionTimeoutType,LambdaFunctionTimeoutType
-
timeoutType
LambdaFunctionTimedOutEventAttributes.Builder timeoutType(LambdaFunctionTimeoutType 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:
LambdaFunctionTimeoutType,LambdaFunctionTimeoutType
-
-