default ActivityTypeConfiguration.Builder |
ActivityTypeConfiguration.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList) |
The default task list specified for this activity type at registration.
|
default RegisterActivityTypeRequest.Builder |
RegisterActivityTypeRequest.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList) |
If set, specifies the default task list to use for scheduling tasks of this activity type.
|
default RegisterWorkflowTypeRequest.Builder |
RegisterWorkflowTypeRequest.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList) |
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow
type.
|
default WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList) |
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
default ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list in which the activity task has been scheduled.
|
default ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list to use for the decisions of the new (continued) workflow execution.
|
default CountPendingActivityTasksRequest.Builder |
CountPendingActivityTasksRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list.
|
default CountPendingDecisionTasksRequest.Builder |
CountPendingDecisionTasksRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list.
|
default DecisionTaskCompletedEventAttributes.Builder |
DecisionTaskCompletedEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
Sets the value of the TaskList property for this object.
|
default DecisionTaskScheduledEventAttributes.Builder |
DecisionTaskScheduledEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list in which the decision task was scheduled.
|
default PollForActivityTaskRequest.Builder |
PollForActivityTaskRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
Specifies the task list to poll for activity tasks.
|
default PollForDecisionTaskRequest.Builder |
PollForDecisionTaskRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
Specifies the task list to poll for decision tasks.
|
default RespondDecisionTaskCompletedRequest.Builder |
RespondDecisionTaskCompletedRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list to use for the future decision tasks of this workflow execution.
|
default ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
If set, specifies the name of the task list in which to schedule the activity task.
|
default StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list to be used for decision tasks of the child workflow execution.
|
default StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list used for the decision tasks of the child workflow execution.
|
default StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list to use for the decision tasks generated for this workflow execution.
|
default WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list used for the decision tasks generated for this workflow execution.
|
default WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list to use for the decisions of the new (continued) workflow execution.
|
default WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The name of the task list for scheduling the decision tasks for this workflow execution.
|