public static interface DecisionTaskCompletedEventAttributes.Builder extends CopyableBuilder<DecisionTaskCompletedEventAttributes.Builder,DecisionTaskCompletedEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
DecisionTaskCompletedEventAttributes.Builder |
executionContext(String executionContext)
User defined context for the workflow execution.
|
DecisionTaskCompletedEventAttributes.Builder |
scheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was
scheduled. |
DecisionTaskCompletedEventAttributes.Builder |
startedEventId(Long startedEventId)
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
copyapply, buildDecisionTaskCompletedEventAttributes.Builder executionContext(String executionContext)
User defined context for the workflow execution.
executionContext - User defined context for the workflow execution.DecisionTaskCompletedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading
up to this event.
scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.DecisionTaskCompletedEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the DecisionTaskStarted event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started.
This information can be useful for diagnosing problems by tracing back the chain of events leading up
to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.