public static interface HistoryEvent.Builder extends SdkPojo, CopyableBuilder<HistoryEvent.Builder,HistoryEvent>
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent.Builder |
activityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails)
Sets the value of the ActivityFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
activityFailedEventDetails(Consumer<ActivityFailedEventDetails.Builder> activityFailedEventDetails)
Sets the value of the ActivityFailedEventDetails property for this object.
|
HistoryEvent.Builder |
activityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)
Sets the value of the ActivityScheduledEventDetails property for this object.
|
default HistoryEvent.Builder |
activityScheduledEventDetails(Consumer<ActivityScheduledEventDetails.Builder> activityScheduledEventDetails)
Sets the value of the ActivityScheduledEventDetails property for this object.
|
HistoryEvent.Builder |
activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
Contains details about an activity schedule event that failed during an execution.
|
default HistoryEvent.Builder |
activityScheduleFailedEventDetails(Consumer<ActivityScheduleFailedEventDetails.Builder> activityScheduleFailedEventDetails)
Contains details about an activity schedule event that failed during an execution.
|
HistoryEvent.Builder |
activityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)
Sets the value of the ActivityStartedEventDetails property for this object.
|
default HistoryEvent.Builder |
activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails)
Sets the value of the ActivityStartedEventDetails property for this object.
|
HistoryEvent.Builder |
activitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)
Sets the value of the ActivitySucceededEventDetails property for this object.
|
default HistoryEvent.Builder |
activitySucceededEventDetails(Consumer<ActivitySucceededEventDetails.Builder> activitySucceededEventDetails)
Sets the value of the ActivitySucceededEventDetails property for this object.
|
HistoryEvent.Builder |
activityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)
Sets the value of the ActivityTimedOutEventDetails property for this object.
|
default HistoryEvent.Builder |
activityTimedOutEventDetails(Consumer<ActivityTimedOutEventDetails.Builder> activityTimedOutEventDetails)
Sets the value of the ActivityTimedOutEventDetails property for this object.
|
default HistoryEvent.Builder |
executionAbortedEventDetails(Consumer<ExecutionAbortedEventDetails.Builder> executionAbortedEventDetails)
Sets the value of the ExecutionAbortedEventDetails property for this object.
|
HistoryEvent.Builder |
executionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)
Sets the value of the ExecutionAbortedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionFailedEventDetails(Consumer<ExecutionFailedEventDetails.Builder> executionFailedEventDetails)
Sets the value of the ExecutionFailedEventDetails property for this object.
|
HistoryEvent.Builder |
executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)
Sets the value of the ExecutionFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails)
Sets the value of the ExecutionStartedEventDetails property for this object.
|
HistoryEvent.Builder |
executionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)
Sets the value of the ExecutionStartedEventDetails property for this object.
|
default HistoryEvent.Builder |
executionSucceededEventDetails(Consumer<ExecutionSucceededEventDetails.Builder> executionSucceededEventDetails)
Sets the value of the ExecutionSucceededEventDetails property for this object.
|
HistoryEvent.Builder |
executionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)
Sets the value of the ExecutionSucceededEventDetails property for this object.
|
default HistoryEvent.Builder |
executionTimedOutEventDetails(Consumer<ExecutionTimedOutEventDetails.Builder> executionTimedOutEventDetails)
Sets the value of the ExecutionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
executionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)
Sets the value of the ExecutionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
id(Long id)
The id of the event.
|
default HistoryEvent.Builder |
lambdaFunctionFailedEventDetails(Consumer<LambdaFunctionFailedEventDetails.Builder> lambdaFunctionFailedEventDetails)
Sets the value of the LambdaFunctionFailedEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)
Sets the value of the LambdaFunctionFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionScheduledEventDetails(Consumer<LambdaFunctionScheduledEventDetails.Builder> lambdaFunctionScheduledEventDetails)
Sets the value of the LambdaFunctionScheduledEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)
Sets the value of the LambdaFunctionScheduledEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionScheduleFailedEventDetails(Consumer<LambdaFunctionScheduleFailedEventDetails.Builder> lambdaFunctionScheduleFailedEventDetails)
Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)
Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
|
default HistoryEvent.Builder |
lambdaFunctionStartFailedEventDetails(Consumer<LambdaFunctionStartFailedEventDetails.Builder> lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
|
HistoryEvent.Builder |
lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
|
default HistoryEvent.Builder |
lambdaFunctionSucceededEventDetails(Consumer<LambdaFunctionSucceededEventDetails.Builder> lambdaFunctionSucceededEventDetails)
Contains details about a lambda function that terminated successfully during an execution.
|
HistoryEvent.Builder |
lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
Contains details about a lambda function that terminated successfully during an execution.
|
default HistoryEvent.Builder |
lambdaFunctionTimedOutEventDetails(Consumer<LambdaFunctionTimedOutEventDetails.Builder> lambdaFunctionTimedOutEventDetails)
Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.
|
HistoryEvent.Builder |
lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)
Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.
|
default HistoryEvent.Builder |
mapIterationAbortedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationAbortedEventDetails)
Contains details about an iteration of a Map state that was aborted.
|
HistoryEvent.Builder |
mapIterationAbortedEventDetails(MapIterationEventDetails mapIterationAbortedEventDetails)
Contains details about an iteration of a Map state that was aborted.
|
default HistoryEvent.Builder |
mapIterationFailedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationFailedEventDetails)
Contains details about an iteration of a Map state that failed.
|
HistoryEvent.Builder |
mapIterationFailedEventDetails(MapIterationEventDetails mapIterationFailedEventDetails)
Contains details about an iteration of a Map state that failed.
|
default HistoryEvent.Builder |
mapIterationStartedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationStartedEventDetails)
Contains details about an iteration of a Map state that was started.
|
HistoryEvent.Builder |
mapIterationStartedEventDetails(MapIterationEventDetails mapIterationStartedEventDetails)
Contains details about an iteration of a Map state that was started.
|
default HistoryEvent.Builder |
mapIterationSucceededEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationSucceededEventDetails)
Contains details about an iteration of a Map state that succeeded.
|
HistoryEvent.Builder |
mapIterationSucceededEventDetails(MapIterationEventDetails mapIterationSucceededEventDetails)
Contains details about an iteration of a Map state that succeeded.
|
default HistoryEvent.Builder |
mapStateStartedEventDetails(Consumer<MapStateStartedEventDetails.Builder> mapStateStartedEventDetails)
Contains details about Map state that was started.
|
HistoryEvent.Builder |
mapStateStartedEventDetails(MapStateStartedEventDetails mapStateStartedEventDetails)
Contains details about Map state that was started.
|
HistoryEvent.Builder |
previousEventId(Long previousEventId)
The id of the previous event.
|
default HistoryEvent.Builder |
stateEnteredEventDetails(Consumer<StateEnteredEventDetails.Builder> stateEnteredEventDetails)
Sets the value of the StateEnteredEventDetails property for this object.
|
HistoryEvent.Builder |
stateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)
Sets the value of the StateEnteredEventDetails property for this object.
|
default HistoryEvent.Builder |
stateExitedEventDetails(Consumer<StateExitedEventDetails.Builder> stateExitedEventDetails)
Sets the value of the StateExitedEventDetails property for this object.
|
HistoryEvent.Builder |
stateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)
Sets the value of the StateExitedEventDetails property for this object.
|
default HistoryEvent.Builder |
taskFailedEventDetails(Consumer<TaskFailedEventDetails.Builder> taskFailedEventDetails)
Contains details about the failure of a task.
|
HistoryEvent.Builder |
taskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails)
Contains details about the failure of a task.
|
default HistoryEvent.Builder |
taskScheduledEventDetails(Consumer<TaskScheduledEventDetails.Builder> taskScheduledEventDetails)
Contains details about a task that was scheduled.
|
HistoryEvent.Builder |
taskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
Contains details about a task that was scheduled.
|
default HistoryEvent.Builder |
taskStartedEventDetails(Consumer<TaskStartedEventDetails.Builder> taskStartedEventDetails)
Contains details about a task that was started.
|
HistoryEvent.Builder |
taskStartedEventDetails(TaskStartedEventDetails taskStartedEventDetails)
Contains details about a task that was started.
|
default HistoryEvent.Builder |
taskStartFailedEventDetails(Consumer<TaskStartFailedEventDetails.Builder> taskStartFailedEventDetails)
Contains details about a task that failed to start.
|
HistoryEvent.Builder |
taskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails)
Contains details about a task that failed to start.
|
default HistoryEvent.Builder |
taskSubmitFailedEventDetails(Consumer<TaskSubmitFailedEventDetails.Builder> taskSubmitFailedEventDetails)
Contains details about a task that where the submit failed.
|
HistoryEvent.Builder |
taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails taskSubmitFailedEventDetails)
Contains details about a task that where the submit failed.
|
default HistoryEvent.Builder |
taskSubmittedEventDetails(Consumer<TaskSubmittedEventDetails.Builder> taskSubmittedEventDetails)
Contains details about a submitted task.
|
HistoryEvent.Builder |
taskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails)
Contains details about a submitted task.
|
default HistoryEvent.Builder |
taskSucceededEventDetails(Consumer<TaskSucceededEventDetails.Builder> taskSucceededEventDetails)
Contains details about a task that succeeded.
|
HistoryEvent.Builder |
taskSucceededEventDetails(TaskSucceededEventDetails taskSucceededEventDetails)
Contains details about a task that succeeded.
|
default HistoryEvent.Builder |
taskTimedOutEventDetails(Consumer<TaskTimedOutEventDetails.Builder> taskTimedOutEventDetails)
Contains details about a task that timed out.
|
HistoryEvent.Builder |
taskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails)
Contains details about a task that timed out.
|
HistoryEvent.Builder |
timestamp(Instant timestamp)
The date and time the event occurred.
|
HistoryEvent.Builder |
type(HistoryEventType type)
The type of the event.
|
HistoryEvent.Builder |
type(String type)
The type of the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHistoryEvent.Builder timestamp(Instant timestamp)
The date and time the event occurred.
timestamp - The date and time the event occurred.HistoryEvent.Builder type(String type)
The type of the event.
type - The type of the event.HistoryEventType,
HistoryEventTypeHistoryEvent.Builder type(HistoryEventType type)
The type of the event.
type - The type of the event.HistoryEventType,
HistoryEventTypeHistoryEvent.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 - The new value for the ActivityFailedEventDetails property for this object.default HistoryEvent.Builder activityFailedEventDetails(Consumer<ActivityFailedEventDetails.Builder> activityFailedEventDetails)
ActivityFailedEventDetails.Builder avoiding the
need to create one manually via ActivityFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to activityFailedEventDetails(ActivityFailedEventDetails).activityFailedEventDetails - a consumer that will call methods on ActivityFailedEventDetails.BuilderactivityFailedEventDetails(ActivityFailedEventDetails)HistoryEvent.Builder activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
Contains details about an activity schedule event that failed during an execution.
activityScheduleFailedEventDetails - Contains details about an activity schedule event that failed during an execution.default HistoryEvent.Builder activityScheduleFailedEventDetails(Consumer<ActivityScheduleFailedEventDetails.Builder> activityScheduleFailedEventDetails)
Contains details about an activity schedule event that failed during an execution.
This is a convenience that creates an instance of theActivityScheduleFailedEventDetails.Builder
avoiding the need to create one manually via ActivityScheduleFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
activityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails).activityScheduleFailedEventDetails - a consumer that will call methods on ActivityScheduleFailedEventDetails.BuilderactivityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails)HistoryEvent.Builder activityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)
activityScheduledEventDetails - The new value for the ActivityScheduledEventDetails property for this object.default HistoryEvent.Builder activityScheduledEventDetails(Consumer<ActivityScheduledEventDetails.Builder> activityScheduledEventDetails)
ActivityScheduledEventDetails.Builder avoiding
the need to create one manually via ActivityScheduledEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityScheduledEventDetails(ActivityScheduledEventDetails)
.activityScheduledEventDetails - a consumer that will call methods on ActivityScheduledEventDetails.BuilderactivityScheduledEventDetails(ActivityScheduledEventDetails)HistoryEvent.Builder activityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)
activityStartedEventDetails - The new value for the ActivityStartedEventDetails property for this object.default HistoryEvent.Builder activityStartedEventDetails(Consumer<ActivityStartedEventDetails.Builder> activityStartedEventDetails)
ActivityStartedEventDetails.Builder avoiding
the need to create one manually via ActivityStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityStartedEventDetails(ActivityStartedEventDetails).activityStartedEventDetails - a consumer that will call methods on ActivityStartedEventDetails.BuilderactivityStartedEventDetails(ActivityStartedEventDetails)HistoryEvent.Builder activitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)
activitySucceededEventDetails - The new value for the ActivitySucceededEventDetails property for this object.default HistoryEvent.Builder activitySucceededEventDetails(Consumer<ActivitySucceededEventDetails.Builder> activitySucceededEventDetails)
ActivitySucceededEventDetails.Builder avoiding
the need to create one manually via ActivitySucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activitySucceededEventDetails(ActivitySucceededEventDetails)
.activitySucceededEventDetails - a consumer that will call methods on ActivitySucceededEventDetails.BuilderactivitySucceededEventDetails(ActivitySucceededEventDetails)HistoryEvent.Builder activityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)
activityTimedOutEventDetails - The new value for the ActivityTimedOutEventDetails property for this object.default HistoryEvent.Builder activityTimedOutEventDetails(Consumer<ActivityTimedOutEventDetails.Builder> activityTimedOutEventDetails)
ActivityTimedOutEventDetails.Builder avoiding
the need to create one manually via ActivityTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activityTimedOutEventDetails(ActivityTimedOutEventDetails).activityTimedOutEventDetails - a consumer that will call methods on ActivityTimedOutEventDetails.BuilderactivityTimedOutEventDetails(ActivityTimedOutEventDetails)HistoryEvent.Builder taskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails)
Contains details about the failure of a task.
taskFailedEventDetails - Contains details about the failure of a task.default HistoryEvent.Builder taskFailedEventDetails(Consumer<TaskFailedEventDetails.Builder> taskFailedEventDetails)
Contains details about the failure of a task.
This is a convenience that creates an instance of theTaskFailedEventDetails.Builder avoiding the
need to create one manually via TaskFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to taskFailedEventDetails(TaskFailedEventDetails).taskFailedEventDetails - a consumer that will call methods on TaskFailedEventDetails.BuildertaskFailedEventDetails(TaskFailedEventDetails)HistoryEvent.Builder taskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
Contains details about a task that was scheduled.
taskScheduledEventDetails - Contains details about a task that was scheduled.default HistoryEvent.Builder taskScheduledEventDetails(Consumer<TaskScheduledEventDetails.Builder> taskScheduledEventDetails)
Contains details about a task that was scheduled.
This is a convenience that creates an instance of theTaskScheduledEventDetails.Builder avoiding the
need to create one manually via TaskScheduledEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskScheduledEventDetails(TaskScheduledEventDetails).taskScheduledEventDetails - a consumer that will call methods on TaskScheduledEventDetails.BuildertaskScheduledEventDetails(TaskScheduledEventDetails)HistoryEvent.Builder taskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails)
Contains details about a task that failed to start.
taskStartFailedEventDetails - Contains details about a task that failed to start.default HistoryEvent.Builder taskStartFailedEventDetails(Consumer<TaskStartFailedEventDetails.Builder> taskStartFailedEventDetails)
Contains details about a task that failed to start.
This is a convenience that creates an instance of theTaskStartFailedEventDetails.Builder avoiding
the need to create one manually via TaskStartFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to taskStartFailedEventDetails(TaskStartFailedEventDetails).taskStartFailedEventDetails - a consumer that will call methods on TaskStartFailedEventDetails.BuildertaskStartFailedEventDetails(TaskStartFailedEventDetails)HistoryEvent.Builder taskStartedEventDetails(TaskStartedEventDetails taskStartedEventDetails)
Contains details about a task that was started.
taskStartedEventDetails - Contains details about a task that was started.default HistoryEvent.Builder taskStartedEventDetails(Consumer<TaskStartedEventDetails.Builder> taskStartedEventDetails)
Contains details about a task that was started.
This is a convenience that creates an instance of theTaskStartedEventDetails.Builder avoiding the
need to create one manually via TaskStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskStartedEventDetails(TaskStartedEventDetails).taskStartedEventDetails - a consumer that will call methods on TaskStartedEventDetails.BuildertaskStartedEventDetails(TaskStartedEventDetails)HistoryEvent.Builder taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails taskSubmitFailedEventDetails)
Contains details about a task that where the submit failed.
taskSubmitFailedEventDetails - Contains details about a task that where the submit failed.default HistoryEvent.Builder taskSubmitFailedEventDetails(Consumer<TaskSubmitFailedEventDetails.Builder> taskSubmitFailedEventDetails)
Contains details about a task that where the submit failed.
This is a convenience that creates an instance of theTaskSubmitFailedEventDetails.Builder avoiding
the need to create one manually via TaskSubmitFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails).taskSubmitFailedEventDetails - a consumer that will call methods on TaskSubmitFailedEventDetails.BuildertaskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)HistoryEvent.Builder taskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails)
Contains details about a submitted task.
taskSubmittedEventDetails - Contains details about a submitted task.default HistoryEvent.Builder taskSubmittedEventDetails(Consumer<TaskSubmittedEventDetails.Builder> taskSubmittedEventDetails)
Contains details about a submitted task.
This is a convenience that creates an instance of theTaskSubmittedEventDetails.Builder avoiding the
need to create one manually via TaskSubmittedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskSubmittedEventDetails(TaskSubmittedEventDetails).taskSubmittedEventDetails - a consumer that will call methods on TaskSubmittedEventDetails.BuildertaskSubmittedEventDetails(TaskSubmittedEventDetails)HistoryEvent.Builder taskSucceededEventDetails(TaskSucceededEventDetails taskSucceededEventDetails)
Contains details about a task that succeeded.
taskSucceededEventDetails - Contains details about a task that succeeded.default HistoryEvent.Builder taskSucceededEventDetails(Consumer<TaskSucceededEventDetails.Builder> taskSucceededEventDetails)
Contains details about a task that succeeded.
This is a convenience that creates an instance of theTaskSucceededEventDetails.Builder avoiding the
need to create one manually via TaskSucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskSucceededEventDetails(TaskSucceededEventDetails).taskSucceededEventDetails - a consumer that will call methods on TaskSucceededEventDetails.BuildertaskSucceededEventDetails(TaskSucceededEventDetails)HistoryEvent.Builder taskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails)
Contains details about a task that timed out.
taskTimedOutEventDetails - Contains details about a task that timed out.default HistoryEvent.Builder taskTimedOutEventDetails(Consumer<TaskTimedOutEventDetails.Builder> taskTimedOutEventDetails)
Contains details about a task that timed out.
This is a convenience that creates an instance of theTaskTimedOutEventDetails.Builder avoiding the
need to create one manually via TaskTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to taskTimedOutEventDetails(TaskTimedOutEventDetails).taskTimedOutEventDetails - a consumer that will call methods on TaskTimedOutEventDetails.BuildertaskTimedOutEventDetails(TaskTimedOutEventDetails)HistoryEvent.Builder executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)
executionFailedEventDetails - The new value for the ExecutionFailedEventDetails property for this object.default HistoryEvent.Builder executionFailedEventDetails(Consumer<ExecutionFailedEventDetails.Builder> executionFailedEventDetails)
ExecutionFailedEventDetails.Builder avoiding
the need to create one manually via ExecutionFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionFailedEventDetails(ExecutionFailedEventDetails).executionFailedEventDetails - a consumer that will call methods on ExecutionFailedEventDetails.BuilderexecutionFailedEventDetails(ExecutionFailedEventDetails)HistoryEvent.Builder executionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)
executionStartedEventDetails - The new value for the ExecutionStartedEventDetails property for this object.default HistoryEvent.Builder executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails)
ExecutionStartedEventDetails.Builder avoiding
the need to create one manually via ExecutionStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionStartedEventDetails(ExecutionStartedEventDetails).executionStartedEventDetails - a consumer that will call methods on ExecutionStartedEventDetails.BuilderexecutionStartedEventDetails(ExecutionStartedEventDetails)HistoryEvent.Builder executionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)
executionSucceededEventDetails - The new value for the ExecutionSucceededEventDetails property for this object.default HistoryEvent.Builder executionSucceededEventDetails(Consumer<ExecutionSucceededEventDetails.Builder> executionSucceededEventDetails)
ExecutionSucceededEventDetails.Builder avoiding
the need to create one manually via ExecutionSucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
executionSucceededEventDetails(ExecutionSucceededEventDetails).executionSucceededEventDetails - a consumer that will call methods on ExecutionSucceededEventDetails.BuilderexecutionSucceededEventDetails(ExecutionSucceededEventDetails)HistoryEvent.Builder executionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)
executionAbortedEventDetails - The new value for the ExecutionAbortedEventDetails property for this object.default HistoryEvent.Builder executionAbortedEventDetails(Consumer<ExecutionAbortedEventDetails.Builder> executionAbortedEventDetails)
ExecutionAbortedEventDetails.Builder avoiding
the need to create one manually via ExecutionAbortedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionAbortedEventDetails(ExecutionAbortedEventDetails).executionAbortedEventDetails - a consumer that will call methods on ExecutionAbortedEventDetails.BuilderexecutionAbortedEventDetails(ExecutionAbortedEventDetails)HistoryEvent.Builder executionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)
executionTimedOutEventDetails - The new value for the ExecutionTimedOutEventDetails property for this object.default HistoryEvent.Builder executionTimedOutEventDetails(Consumer<ExecutionTimedOutEventDetails.Builder> executionTimedOutEventDetails)
ExecutionTimedOutEventDetails.Builder avoiding
the need to create one manually via ExecutionTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executionTimedOutEventDetails(ExecutionTimedOutEventDetails)
.executionTimedOutEventDetails - a consumer that will call methods on ExecutionTimedOutEventDetails.BuilderexecutionTimedOutEventDetails(ExecutionTimedOutEventDetails)HistoryEvent.Builder mapStateStartedEventDetails(MapStateStartedEventDetails mapStateStartedEventDetails)
Contains details about Map state that was started.
mapStateStartedEventDetails - Contains details about Map state that was started.default HistoryEvent.Builder mapStateStartedEventDetails(Consumer<MapStateStartedEventDetails.Builder> mapStateStartedEventDetails)
Contains details about Map state that was started.
This is a convenience that creates an instance of theMapStateStartedEventDetails.Builder avoiding
the need to create one manually via MapStateStartedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to mapStateStartedEventDetails(MapStateStartedEventDetails).mapStateStartedEventDetails - a consumer that will call methods on MapStateStartedEventDetails.BuildermapStateStartedEventDetails(MapStateStartedEventDetails)HistoryEvent.Builder mapIterationStartedEventDetails(MapIterationEventDetails mapIterationStartedEventDetails)
Contains details about an iteration of a Map state that was started.
mapIterationStartedEventDetails - Contains details about an iteration of a Map state that was started.default HistoryEvent.Builder mapIterationStartedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationStartedEventDetails)
Contains details about an iteration of a Map state that was started.
This is a convenience that creates an instance of theMapIterationEventDetails.Builder avoiding the
need to create one manually via MapIterationEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mapIterationStartedEventDetails(MapIterationEventDetails).mapIterationStartedEventDetails - a consumer that will call methods on MapIterationEventDetails.BuildermapIterationStartedEventDetails(MapIterationEventDetails)HistoryEvent.Builder mapIterationSucceededEventDetails(MapIterationEventDetails mapIterationSucceededEventDetails)
Contains details about an iteration of a Map state that succeeded.
mapIterationSucceededEventDetails - Contains details about an iteration of a Map state that succeeded.default HistoryEvent.Builder mapIterationSucceededEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationSucceededEventDetails)
Contains details about an iteration of a Map state that succeeded.
This is a convenience that creates an instance of theMapIterationEventDetails.Builder avoiding the
need to create one manually via MapIterationEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mapIterationSucceededEventDetails(MapIterationEventDetails).mapIterationSucceededEventDetails - a consumer that will call methods on MapIterationEventDetails.BuildermapIterationSucceededEventDetails(MapIterationEventDetails)HistoryEvent.Builder mapIterationFailedEventDetails(MapIterationEventDetails mapIterationFailedEventDetails)
Contains details about an iteration of a Map state that failed.
mapIterationFailedEventDetails - Contains details about an iteration of a Map state that failed.default HistoryEvent.Builder mapIterationFailedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationFailedEventDetails)
Contains details about an iteration of a Map state that failed.
This is a convenience that creates an instance of theMapIterationEventDetails.Builder avoiding the
need to create one manually via MapIterationEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mapIterationFailedEventDetails(MapIterationEventDetails).mapIterationFailedEventDetails - a consumer that will call methods on MapIterationEventDetails.BuildermapIterationFailedEventDetails(MapIterationEventDetails)HistoryEvent.Builder mapIterationAbortedEventDetails(MapIterationEventDetails mapIterationAbortedEventDetails)
Contains details about an iteration of a Map state that was aborted.
mapIterationAbortedEventDetails - Contains details about an iteration of a Map state that was aborted.default HistoryEvent.Builder mapIterationAbortedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationAbortedEventDetails)
Contains details about an iteration of a Map state that was aborted.
This is a convenience that creates an instance of theMapIterationEventDetails.Builder avoiding the
need to create one manually via MapIterationEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mapIterationAbortedEventDetails(MapIterationEventDetails).mapIterationAbortedEventDetails - a consumer that will call methods on MapIterationEventDetails.BuildermapIterationAbortedEventDetails(MapIterationEventDetails)HistoryEvent.Builder lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)
lambdaFunctionFailedEventDetails - The new value for the LambdaFunctionFailedEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionFailedEventDetails(Consumer<LambdaFunctionFailedEventDetails.Builder> lambdaFunctionFailedEventDetails)
LambdaFunctionFailedEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails).lambdaFunctionFailedEventDetails - a consumer that will call methods on LambdaFunctionFailedEventDetails.BuilderlambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)HistoryEvent.Builder lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)
lambdaFunctionScheduleFailedEventDetails - The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionScheduleFailedEventDetails(Consumer<LambdaFunctionScheduleFailedEventDetails.Builder> lambdaFunctionScheduleFailedEventDetails)
LambdaFunctionScheduleFailedEventDetails.Builder avoiding the need to create one manually via
LambdaFunctionScheduleFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails).lambdaFunctionScheduleFailedEventDetails - a consumer that will call methods on LambdaFunctionScheduleFailedEventDetails.BuilderlambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)HistoryEvent.Builder lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)
lambdaFunctionScheduledEventDetails - The new value for the LambdaFunctionScheduledEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionScheduledEventDetails(Consumer<LambdaFunctionScheduledEventDetails.Builder> lambdaFunctionScheduledEventDetails)
LambdaFunctionScheduledEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionScheduledEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails).lambdaFunctionScheduledEventDetails - a consumer that will call methods on LambdaFunctionScheduledEventDetails.BuilderlambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)HistoryEvent.Builder lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
lambdaFunctionStartFailedEventDetails - Contains details about a lambda function that failed to start during an execution.default HistoryEvent.Builder lambdaFunctionStartFailedEventDetails(Consumer<LambdaFunctionStartFailedEventDetails.Builder> lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
This is a convenience that creates an instance of theLambdaFunctionStartFailedEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionStartFailedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails).lambdaFunctionStartFailedEventDetails - a consumer that will call methods on LambdaFunctionStartFailedEventDetails.BuilderlambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails)HistoryEvent.Builder lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
Contains details about a lambda function that terminated successfully during an execution.
lambdaFunctionSucceededEventDetails - Contains details about a lambda function that terminated successfully during an execution.default HistoryEvent.Builder lambdaFunctionSucceededEventDetails(Consumer<LambdaFunctionSucceededEventDetails.Builder> lambdaFunctionSucceededEventDetails)
Contains details about a lambda function that terminated successfully during an execution.
This is a convenience that creates an instance of theLambdaFunctionSucceededEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionSucceededEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails).lambdaFunctionSucceededEventDetails - a consumer that will call methods on LambdaFunctionSucceededEventDetails.BuilderlambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails)HistoryEvent.Builder lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)
lambdaFunctionTimedOutEventDetails - The new value for the LambdaFunctionTimedOutEventDetails property for this object.default HistoryEvent.Builder lambdaFunctionTimedOutEventDetails(Consumer<LambdaFunctionTimedOutEventDetails.Builder> lambdaFunctionTimedOutEventDetails)
LambdaFunctionTimedOutEventDetails.Builder
avoiding the need to create one manually via LambdaFunctionTimedOutEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails).lambdaFunctionTimedOutEventDetails - a consumer that will call methods on LambdaFunctionTimedOutEventDetails.BuilderlambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)HistoryEvent.Builder stateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)
stateEnteredEventDetails - The new value for the StateEnteredEventDetails property for this object.default HistoryEvent.Builder stateEnteredEventDetails(Consumer<StateEnteredEventDetails.Builder> stateEnteredEventDetails)
StateEnteredEventDetails.Builder avoiding the
need to create one manually via StateEnteredEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to stateEnteredEventDetails(StateEnteredEventDetails).stateEnteredEventDetails - a consumer that will call methods on StateEnteredEventDetails.BuilderstateEnteredEventDetails(StateEnteredEventDetails)HistoryEvent.Builder stateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)
stateExitedEventDetails - The new value for the StateExitedEventDetails property for this object.default HistoryEvent.Builder stateExitedEventDetails(Consumer<StateExitedEventDetails.Builder> stateExitedEventDetails)
StateExitedEventDetails.Builder avoiding the
need to create one manually via StateExitedEventDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to stateExitedEventDetails(StateExitedEventDetails).stateExitedEventDetails - a consumer that will call methods on StateExitedEventDetails.BuilderstateExitedEventDetails(StateExitedEventDetails)Copyright © 2022. All rights reserved.