| 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.
|
default ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.activityType(Consumer<ActivityType.Builder> activityType)
The type of the activity task.
|
static ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.builder() |
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.control(String control)
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.
|
default ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList)
The task list in which the activity task has been scheduled.
|
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)
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskScheduledEventAttributes(Consumer<ActivityTaskScheduledEventAttributes.Builder> activityTaskScheduledEventAttributes)
If the event is of type
ActivityTaskScheduled then this member is set and provides detailed
information about the event. |
Copyright © 2021. All rights reserved.