Uses of Interface
software.amazon.awssdk.services.swf.model.TimerCanceledEventAttributes.Builder
-
Packages that use TimerCanceledEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TimerCanceledEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TimerCanceledEventAttributes.Builder Modifier and Type Method Description static TimerCanceledEventAttributes.BuilderTimerCanceledEventAttributes. builder()TimerCanceledEventAttributes.BuilderTimerCanceledEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.TimerCanceledEventAttributes.BuilderTimerCanceledEventAttributes.Builder. startedEventId(Long startedEventId)The ID of theTimerStartedevent that was recorded when this timer was started.TimerCanceledEventAttributes.BuilderTimerCanceledEventAttributes.Builder. timerId(String timerId)The unique ID of the timer that was canceled.TimerCanceledEventAttributes.BuilderTimerCanceledEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type TimerCanceledEventAttributes.Builder Modifier and Type Method Description static Class<? extends TimerCanceledEventAttributes.Builder>TimerCanceledEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type TimerCanceledEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. timerCanceledEventAttributes(Consumer<TimerCanceledEventAttributes.Builder> timerCanceledEventAttributes)If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.
-