| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.builder() |
ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.Builder.details(String details)
Details of the cancellation (if any).
|
ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.Builder.latestCancelRequestedEventId(Long latestCancelRequestedEventId)
If set, contains the ID of the last
ActivityTaskCancelRequested event recorded for this activity
task. |
ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was
scheduled. |
ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event recorded when this activity task was started. |
ActivityTaskCanceledEventAttributes.Builder |
ActivityTaskCanceledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityTaskCanceledEventAttributes.Builder> |
ActivityTaskCanceledEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.