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