Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskScheduledEventAttributes |
HistoryEvent.activityTaskScheduledEventAttributes
If the event is of type
ActivityTaskScheduled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.clone() |
ActivityTaskScheduledEventAttributes |
HistoryEvent.getActivityTaskScheduledEventAttributes()
If the event is of type
ActivityTaskScheduled then this
member is set and provides detailed information about the event. |
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withActivityId(java.lang.String activityId)
The unique ID of the activity task.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withActivityType(ActivityType activityType)
The type of the activity task.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withControl(java.lang.String control)
Optional. Data attached to the event that can be used by the
decider in subsequent workflow tasks.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this activity task. |
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withHeartbeatTimeout(java.lang.String heartbeatTimeout)
The maximum time before which the worker processing this task must report
progress by calling RecordActivityTaskHeartbeat.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withInput(java.lang.String input)
The input provided to the activity task.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withScheduleToCloseTimeout(java.lang.String scheduleToCloseTimeout)
The maximum amount of time for this activity task.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withScheduleToStartTimeout(java.lang.String scheduleToStartTimeout)
The maximum amount of time the activity task can wait to be assigned to a
worker.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withStartToCloseTimeout(java.lang.String startToCloseTimeout)
The maximum amount of time a worker may take to process the activity
task.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The task list in which the activity task has been scheduled.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withTaskPriority(java.lang.String taskPriority)
Optional. The priority to assign to the scheduled activity task.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes)
If the event is of type
ActivityTaskScheduled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes)
If the event is of type
ActivityTaskScheduled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskScheduledEventAttributesJsonMarshaller.marshall(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|