| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTaskStartedEventAttributes.Builder |
DecisionTaskStartedEventAttributes.builder() |
DecisionTaskStartedEventAttributes.Builder |
DecisionTaskStartedEventAttributes.Builder.identity(String identity)
Identity of the decider making the request.
|
DecisionTaskStartedEventAttributes.Builder |
DecisionTaskStartedEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was
scheduled. |
DecisionTaskStartedEventAttributes.Builder |
DecisionTaskStartedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DecisionTaskStartedEventAttributes.Builder> |
DecisionTaskStartedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.decisionTaskStartedEventAttributes(Consumer<DecisionTaskStartedEventAttributes.Builder> decisionTaskStartedEventAttributes)
If the event is of type
DecisionTaskStarted then this member is set and provides detailed
information about the event. |
Copyright © 2019. All rights reserved.