public static interface TimerStartedEventAttributes.Builder extends CopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
Modifier and Type | Method and Description |
---|---|
TimerStartedEventAttributes.Builder |
control(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
TimerStartedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartTimer decision for this activity task. |
TimerStartedEventAttributes.Builder |
startToFireTimeout(String startToFireTimeout)
The duration of time after which the timer fires.
|
TimerStartedEventAttributes.Builder |
timerId(String timerId)
The unique ID of the timer that was started.
|
copy
applyMutation, build
TimerStartedEventAttributes.Builder timerId(String timerId)
The unique ID of the timer that was started.
timerId
- The unique ID of the timer that was started.TimerStartedEventAttributes.Builder control(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
control
- Data attached to the event that can be used by the decider in subsequent workflow tasks.TimerStartedEventAttributes.Builder startToFireTimeout(String startToFireTimeout)
The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0
.
startToFireTimeout
- The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0
.
TimerStartedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the StartTimer
decision for this activity task. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the decision task that
resulted in the StartTimer
decision for this activity task. 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.