| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
If the event is of type
ActivityTaskCanceled then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
If the event is of type
ActivityTaskcancelRequested then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of type
ActivityTaskCompleted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
If the event is of type
ActivityTaskFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes)
If the event is of type
ActivityTaskScheduled then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes)
If the event is of type
ActivityTaskStarted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
If the event is of type
ActivityTaskTimedOut then this member is set and provides detailed
information about the event. |
static HistoryEvent.Builder |
HistoryEvent.builder() |
HistoryEvent.Builder |
HistoryEvent.Builder.cancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
If the event is of type
CancelTimerFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.cancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
If the event is of type
CancelWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
If the event is of type
ChildWorkflowExecutionCanceled then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes)
If the event is of type
ChildWorkflowExecutionCompleted then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
If the event is of type
ChildWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
If the event is of type
ChildWorkflowExecutionStarted then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
If the event is of type
ChildWorkflowExecutionTerminated then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
If the event is of type
ChildWorkflowExecutionTimedOut then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.completeWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
If the event is of type
CompleteWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.continueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.decisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
If the event is of type
DecisionTaskCompleted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.decisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
If the event is of type
DecisionTaskScheduled then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.decisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
If the event is of type
DecisionTaskStarted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.decisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes)
If the event is of type
DecisionTaskTimedOut then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.eventId(Long eventId)
The system generated ID of the event.
|
HistoryEvent.Builder |
HistoryEvent.Builder.eventTimestamp(Date eventTimestamp)
The date and time when the event occurred.
|
HistoryEvent.Builder |
HistoryEvent.Builder.eventType(EventType eventType)
The type of the history event.
|
HistoryEvent.Builder |
HistoryEvent.Builder.eventType(String eventType)
The type of the history event.
|
HistoryEvent.Builder |
HistoryEvent.Builder.externalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.externalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
If the event is of type
ExternalWorkflowExecutionSignaled then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.failWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of type
FailWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.markerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member is set and provides detailed information
about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.recordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)
If the event is of type
DecisionTaskFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.requestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of type
RequestCancelActivityTaskFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.requestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.requestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this member is set
and provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.scheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type
ScheduleActivityTaskFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.scheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.signalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionFailed then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.signalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.startChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
If the event is of type
StartChildWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.startChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes startChildWorkflowExecutionInitiatedEventAttributes)
If the event is of type
StartChildWorkflowExecutionInitiated then this member is set and
provides detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.startLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes) |
HistoryEvent.Builder |
HistoryEvent.Builder.startTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
If the event is of type
StartTimerFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.timerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of type
TimerCanceled then this member is set and provides detailed information
about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.timerFiredEventAttributes(TimerFiredEventAttributes timerFiredEventAttributes)
If the event is of type
TimerFired then this member is set and provides detailed information
about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.timerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
If the event is of type
TimerStarted then this member is set and provides detailed information
about the event. |
HistoryEvent.Builder |
HistoryEvent.toBuilder() |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of type
WorkflowExecutionCanceled then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes)
If the event is of type
WorkflowExecutionCancelRequested then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of type
WorkflowExecutionCompleted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes)
If the event is of type
WorkflowExecutionContinuedAsNew then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
If the event is of type
WorkflowExecutionFailed then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
If the event is of type
WorkflowExecutionSignaled then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
If the event is of type
WorkflowExecutionStarted then this member is set and provides detailed
information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
If the event is of type
WorkflowExecutionTerminated then this member is set and provides
detailed information about the event. |
HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)
If the event is of type
WorkflowExecutionTimedOut then this member is set and provides detailed
information about the event. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HistoryEvent.Builder> |
HistoryEvent.serializableBuilderClass() |
Copyright © 2017. All rights reserved.