| 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 (if any).
|
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() |
Copyright © 2017. All rights reserved.