Struct aws_sdk_swf::model::start_timer_decision_attributes::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StartTimerDecisionAttributes
Implementations
The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not contain the literal string arn
.
The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not contain the literal string arn
.
The data attached to the event that can be used by the decider in subsequent workflow tasks.
The data attached to the event that can be used by the decider in subsequent workflow tasks.
The duration to wait before firing the timer.
The duration is specified in seconds, an integer greater than or equal to 0
.
The duration to wait before firing the timer.
The duration is specified in seconds, an integer greater than or equal to 0
.
Consumes the builder and constructs a StartTimerDecisionAttributes
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