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