Uses of Class
com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
Packages that use ScheduleActivityTaskDecisionAttributes
-
Uses of ScheduleActivityTaskDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ScheduleActivityTaskDecisionAttributesModifier and TypeMethodDescriptionScheduleActivityTaskDecisionAttributes.clone()
Decision.getScheduleActivityTaskDecisionAttributes()
Provides details of theScheduleActivityTask
decision.ScheduleActivityTaskDecisionAttributes.withActivityId
(String activityId) Required. TheactivityId
of the activity task.ScheduleActivityTaskDecisionAttributes.withActivityType
(ActivityType activityType) Required. The type of the activity task to schedule.ScheduleActivityTaskDecisionAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.ScheduleActivityTaskDecisionAttributes.withHeartbeatTimeout
(String heartbeatTimeout) If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.The input provided to the activity task.ScheduleActivityTaskDecisionAttributes.withScheduleToCloseTimeout
(String scheduleToCloseTimeout) The maximum duration for this activity task.ScheduleActivityTaskDecisionAttributes.withScheduleToStartTimeout
(String scheduleToStartTimeout) Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker.ScheduleActivityTaskDecisionAttributes.withStartToCloseTimeout
(String startToCloseTimeout) If set, specifies the maximum duration a worker may take to process this activity task.ScheduleActivityTaskDecisionAttributes.withTaskList
(TaskList taskList) If set, specifies the name of the task list in which to schedule the activity task.ScheduleActivityTaskDecisionAttributes.withTaskPriority
(String taskPriority) Optional. If set, specifies the priority with which the activity task is to be assigned to a worker.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ScheduleActivityTaskDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setScheduleActivityTaskDecisionAttributes
(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes) Provides details of theScheduleActivityTask
decision.Decision.withScheduleActivityTaskDecisionAttributes
(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes) Provides details of theScheduleActivityTask
decision.