Uses of Interface
software.amazon.awssdk.services.swf.model.ActivityTaskTimedOutEventAttributes.Builder
-
Packages that use ActivityTaskTimedOutEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityTaskTimedOutEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTaskTimedOutEventAttributes.Builder Modifier and Type Method Description static ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes. builder()ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes.Builder. details(String details)Contains the content of thedetailsparameter for the last call made by the activity toRecordActivityTaskHeartbeat.ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes.Builder. startedEventId(Long startedEventId)The ID of theActivityTaskStartedevent recorded when this activity task was started.ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes.Builder. timeoutType(String timeoutType)The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes.Builder. timeoutType(ActivityTaskTimeoutType timeoutType)The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.BuilderActivityTaskTimedOutEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ActivityTaskTimedOutEventAttributes.Builder Modifier and Type Method Description static Class<? extends ActivityTaskTimedOutEventAttributes.Builder>ActivityTaskTimedOutEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ActivityTaskTimedOutEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. activityTaskTimedOutEventAttributes(Consumer<ActivityTaskTimedOutEventAttributes.Builder> activityTaskTimedOutEventAttributes)If the event is of typeActivityTaskTimedOutthen this member is set and provides detailed information about the event.
-