ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.activityId(String activityId) |
The activityId of the activity task.
|
default ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.activityType(Consumer<ActivityType.Builder> activityType) |
The type of the activity task to schedule.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.activityType(ActivityType activityType) |
The type of the activity task to schedule.
|
static ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.builder() |
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.control(String control) |
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.heartbeatTimeout(String heartbeatTimeout) |
If set, specifies the maximum time before which a worker processing a task of this type must report progress
by calling RecordActivityTaskHeartbeat.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.input(String input) |
The input provided to the activity task.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.scheduleToCloseTimeout(String scheduleToCloseTimeout) |
The maximum duration for this activity task.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.scheduleToStartTimeout(String scheduleToStartTimeout) |
If set, specifies the maximum duration the activity task can wait to be assigned to a worker.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.startToCloseTimeout(String startToCloseTimeout) |
If set, specifies the maximum duration a worker may take to process this activity task.
|
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.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.taskList(TaskList taskList) |
If set, specifies the name of the task list in which to schedule the activity task.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.taskPriority(String taskPriority) |
If set, specifies the priority with which the activity task is to be assigned to a worker.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.toBuilder() |
|