Struct aws_sdk_swf::model::signal_external_workflow_execution_decision_attributes::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SignalExternalWorkflowExecutionDecisionAttributes
Implementations
The workflowId
of the workflow execution to be signaled.
The workflowId
of the workflow execution to be signaled.
The runId
of the workflow execution to be signaled.
The runId
of the workflow execution to be signaled.
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
The data attached to the event that can be used by the decider in subsequent decision tasks.
The data attached to the event that can be used by the decider in subsequent decision tasks.
Consumes the builder and constructs a SignalExternalWorkflowExecutionDecisionAttributes
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