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