Uses of Interface
software.amazon.awssdk.services.swf.model.CancelTimerFailedEventAttributes.Builder
-
Packages that use CancelTimerFailedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CancelTimerFailedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CancelTimerFailedEventAttributes.Builder Modifier and Type Method Description static CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes. builder()CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes.Builder. cause(String causeValue)The cause of the failure.CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes.Builder. cause(CancelTimerFailedCause causeValue)The cause of the failure.CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes.Builder. timerId(String timerId)The timerId provided in theCancelTimerdecision that failed.CancelTimerFailedEventAttributes.BuilderCancelTimerFailedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type CancelTimerFailedEventAttributes.Builder Modifier and Type Method Description static Class<? extends CancelTimerFailedEventAttributes.Builder>CancelTimerFailedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type CancelTimerFailedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. cancelTimerFailedEventAttributes(Consumer<CancelTimerFailedEventAttributes.Builder> cancelTimerFailedEventAttributes)If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.
-