| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.activityId(String activityId)
The unique ID of the activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.activityType(ActivityType activityType)
The type of the activity task.
|
static ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.builder() |
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision that resulted in the
scheduling of this activity task. |
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.heartbeatTimeout(String heartbeatTimeout)
The maximum time before which the worker processing this task must report progress by calling
RecordActivityTaskHeartbeat.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.input(String input)
The input provided to the activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.scheduleToCloseTimeout(String scheduleToCloseTimeout)
The maximum amount of time for this activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.scheduleToStartTimeout(String scheduleToStartTimeout)
The maximum amount of time the activity task can wait to be assigned to a worker.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.startToCloseTimeout(String startToCloseTimeout)
The maximum amount of time a worker may take to process the activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.taskList(TaskList taskList)
The task list in which the activity task has been scheduled.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.taskPriority(String taskPriority)
Optional. The priority to assign to the scheduled activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityTaskScheduledEventAttributes.Builder> |
ActivityTaskScheduledEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.