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.Builder
ActivityTaskTimedOutEventAttributes. builder()
ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes.Builder. details(String details)
Contains the content of thedetails
parameter for the last call made by the activity toRecordActivityTaskHeartbeat
.ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes.Builder. scheduledEventId(Long scheduledEventId)
The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes.Builder. startedEventId(Long startedEventId)
The ID of theActivityTaskStarted
event recorded when this activity task was started.ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes.Builder. timeoutType(String timeoutType)
The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes.Builder. timeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.Builder
ActivityTaskTimedOutEventAttributes. 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.Builder
HistoryEvent.Builder. activityTaskTimedOutEventAttributes(Consumer<ActivityTaskTimedOutEventAttributes.Builder> activityTaskTimedOutEventAttributes)
If the event is of typeActivityTaskTimedOut
then this member is set and provides detailed information about the event.
-