| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ActivityTaskStartedEventAttributes.Builder |
ActivityTaskStartedEventAttributes.builder() |
ActivityTaskStartedEventAttributes.Builder |
ActivityTaskStartedEventAttributes.Builder.identity(String identity)
Identity of the worker that was assigned this task.
|
ActivityTaskStartedEventAttributes.Builder |
ActivityTaskStartedEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was
scheduled. |
ActivityTaskStartedEventAttributes.Builder |
ActivityTaskStartedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityTaskStartedEventAttributes.Builder> |
ActivityTaskStartedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskStartedEventAttributes(Consumer<ActivityTaskStartedEventAttributes.Builder> activityTaskStartedEventAttributes)
If the event is of type
ActivityTaskStarted then this member is set and provides detailed
information about the event. |
Copyright © 2019. All rights reserved.