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