| 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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.activityTaskCanceledEventAttributes(Consumer<ActivityTaskCanceledEventAttributes.Builder> activityTaskCanceledEventAttributes)
If the event is of type
ActivityTaskCanceled then this member is set and provides detailed
information about the event. |
Copyright © 2023. All rights reserved.