| HistoryEvent | HistoryEvent. clone() | 
| HistoryEvent | HistoryEvent. withActivityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails) | 
| HistoryEvent | HistoryEvent. withActivityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails) | 
| HistoryEvent | HistoryEvent. withActivityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
 Contains details about an activity schedule event which failed during an execution. | 
| HistoryEvent | HistoryEvent. withActivityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails) | 
| HistoryEvent | HistoryEvent. withActivitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails) | 
| HistoryEvent | HistoryEvent. withActivityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails) | 
| HistoryEvent | HistoryEvent. withExecutionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails) | 
| HistoryEvent | HistoryEvent. withExecutionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails) | 
| HistoryEvent | HistoryEvent. withExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) | 
| HistoryEvent | HistoryEvent. withExecutionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails) | 
| HistoryEvent | HistoryEvent. withExecutionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails) | 
| HistoryEvent | HistoryEvent. withId(Long id)
 The id of the event. | 
| HistoryEvent | HistoryEvent. withLambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails) | 
| HistoryEvent | HistoryEvent. withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) | 
| HistoryEvent | HistoryEvent. withLambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails) | 
| HistoryEvent | HistoryEvent. withLambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
 Contains details about a lambda function which failed to start during an execution. | 
| HistoryEvent | HistoryEvent. withLambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
 Contains details about a lambda function which terminated successfully during an execution. | 
| HistoryEvent | HistoryEvent. withLambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails) | 
| HistoryEvent | HistoryEvent. withPreviousEventId(Long previousEventId)
 The id of the previous event. | 
| HistoryEvent | HistoryEvent. withStateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails) | 
| HistoryEvent | HistoryEvent. withStateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails) | 
| HistoryEvent | HistoryEvent. withTimestamp(Date timestamp)
 The date the event occurred. | 
| HistoryEvent | HistoryEvent. withType(HistoryEventType type)
 The type of the event. | 
| HistoryEvent | HistoryEvent. withType(String type)
 The type of the event. |