#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaFunctionScheduledEventAttributes
Implementations
Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
The maximum amount of time a worker can take to process the Lambda task.
The maximum amount of time a worker can take to process the Lambda task.
The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
Consumes the builder and constructs a LambdaFunctionScheduledEventAttributes
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