Struct aws_sdk_swf::model::timer_started_event_attributes::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TimerStartedEventAttributes
Implementations
The unique ID of the timer that was started.
The unique ID of the timer that was started.
Data attached to the event that can be used by the decider in subsequent workflow tasks.
Data attached to the event that can be used by the decider in subsequent workflow tasks.
The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0
.
The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0
.
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.
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.
Consumes the builder and constructs a TimerStartedEventAttributes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more