CopyableBuilder<HistoryEvent.Builder,HistoryEvent>
, SdkBuilder<HistoryEvent.Builder,HistoryEvent>
public static interface HistoryEvent.Builder extends CopyableBuilder<HistoryEvent.Builder,HistoryEvent>
copy
apply, build
HistoryEvent.Builder timestamp(Date timestamp)
The date the event occured.
timestamp
- The date the event occured.HistoryEvent.Builder type(String type)
The type of the event.
type
- The type of the event.HistoryEventType
HistoryEvent.Builder type(HistoryEventType type)
The type of the event.
type
- The type of the event.HistoryEventType
HistoryEvent.Builder id(Long id)
The id of the event. Events are numbered sequentially, starting at one.
id
- The id of the event. Events are numbered sequentially, starting at one.HistoryEvent.Builder previousEventId(Long previousEventId)
The id of the previous event.
previousEventId
- The id of the previous event.HistoryEvent.Builder activityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails)
activityFailedEventDetails
- HistoryEvent.Builder activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
activityScheduleFailedEventDetails
- HistoryEvent.Builder activityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)
activityScheduledEventDetails
- HistoryEvent.Builder activityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)
activityStartedEventDetails
- HistoryEvent.Builder activitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)
activitySucceededEventDetails
- HistoryEvent.Builder activityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)
activityTimedOutEventDetails
- HistoryEvent.Builder executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)
executionFailedEventDetails
- HistoryEvent.Builder executionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)
executionStartedEventDetails
- HistoryEvent.Builder executionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)
executionSucceededEventDetails
- HistoryEvent.Builder executionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)
executionAbortedEventDetails
- HistoryEvent.Builder executionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)
executionTimedOutEventDetails
- HistoryEvent.Builder lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)
lambdaFunctionFailedEventDetails
- HistoryEvent.Builder lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)
lambdaFunctionScheduleFailedEventDetails
- HistoryEvent.Builder lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)
lambdaFunctionScheduledEventDetails
- HistoryEvent.Builder lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
lambdaFunctionStartFailedEventDetails
- HistoryEvent.Builder lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
lambdaFunctionSucceededEventDetails
- HistoryEvent.Builder lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)
lambdaFunctionTimedOutEventDetails
- HistoryEvent.Builder stateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)
stateEnteredEventDetails
- HistoryEvent.Builder stateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)
stateExitedEventDetails
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.