Uses of Interface
software.amazon.awssdk.services.swf.model.ActivityTaskCanceledEventAttributes.Builder
-
Packages that use ActivityTaskCanceledEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityTaskCanceledEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTaskCanceledEventAttributes.Builder Modifier and Type Method Description static ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes. builder()ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes.Builder. details(String details)Details of the cancellation.ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes.Builder. latestCancelRequestedEventId(Long latestCancelRequestedEventId)If set, contains the ID of the lastActivityTaskCancelRequestedevent recorded for this activity task.ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes.Builder. startedEventId(Long startedEventId)The ID of theActivityTaskStartedevent recorded when this activity task was started.ActivityTaskCanceledEventAttributes.BuilderActivityTaskCanceledEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ActivityTaskCanceledEventAttributes.Builder Modifier and Type Method Description static Class<? extends ActivityTaskCanceledEventAttributes.Builder>ActivityTaskCanceledEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ActivityTaskCanceledEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. activityTaskCanceledEventAttributes(Consumer<ActivityTaskCanceledEventAttributes.Builder> activityTaskCanceledEventAttributes)If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.
-