Uses of Interface
software.amazon.awssdk.services.swf.model.LambdaFunctionTimedOutEventAttributes.Builder
-
Packages that use LambdaFunctionTimedOutEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of LambdaFunctionTimedOutEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return LambdaFunctionTimedOutEventAttributes.Builder Modifier and Type Method Description static LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes. builder()LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this activity task was scheduled.LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes.Builder. startedEventId(Long startedEventId)The ID of theActivityTaskStartedevent that was recorded when this activity task started.LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes.Builder. timeoutType(String timeoutType)The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes.Builder. timeoutType(LambdaFunctionTimeoutType timeoutType)The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes.BuilderLambdaFunctionTimedOutEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type LambdaFunctionTimedOutEventAttributes.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionTimedOutEventAttributes.Builder>LambdaFunctionTimedOutEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type LambdaFunctionTimedOutEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. lambdaFunctionTimedOutEventAttributes(Consumer<LambdaFunctionTimedOutEventAttributes.Builder> lambdaFunctionTimedOutEventAttributes)Provides the details of theLambdaFunctionTimedOutevent.
-