public static interface DecisionTaskCompletedEventAttributes.Builder extends SdkPojo, CopyableBuilder<DecisionTaskCompletedEventAttributes.Builder,DecisionTaskCompletedEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
DecisionTaskCompletedEventAttributes.Builder |
executionContext(String executionContext)
User defined context for the workflow execution.
|
DecisionTaskCompletedEventAttributes.Builder |
scheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was
scheduled. |
DecisionTaskCompletedEventAttributes.Builder |
startedEventId(Long startedEventId)
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
default DecisionTaskCompletedEventAttributes.Builder |
taskList(Consumer<TaskList.Builder> taskList)
Sets the value of the TaskList property for this object.
|
DecisionTaskCompletedEventAttributes.Builder |
taskList(TaskList taskList)
Sets the value of the TaskList property for this object.
|
DecisionTaskCompletedEventAttributes.Builder |
taskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDecisionTaskCompletedEventAttributes.Builder executionContext(String executionContext)
User defined context for the workflow execution.
executionContext - User defined context for the workflow execution.DecisionTaskCompletedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading
up to this event.
scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.DecisionTaskCompletedEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the DecisionTaskStarted event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started.
This information can be useful for diagnosing problems by tracing back the chain of events leading up
to this event.DecisionTaskCompletedEventAttributes.Builder taskList(TaskList taskList)
taskList - The new value for the TaskList property for this object.default DecisionTaskCompletedEventAttributes.Builder taskList(Consumer<TaskList.Builder> taskList)
TaskList.Builder avoiding the need to
create one manually via TaskList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to taskList(TaskList).
taskList - a consumer that will call methods on TaskList.BuildertaskList(TaskList)DecisionTaskCompletedEventAttributes.Builder taskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
taskListScheduleToStartTimeout - The maximum amount of time the decision task can wait to be assigned to a worker.Copyright © 2023. All rights reserved.