Struct aws_sdk_swf::input::signal_workflow_execution_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SignalWorkflowExecutionInput
Implementations
The name of the domain containing the workflow execution to signal.
The name of the domain containing the workflow execution to signal.
The workflowId of the workflow execution to signal.
The workflowId of the workflow execution to signal.
The runId of the workflow execution to signal.
The runId of the workflow execution to signal.
The name of the signal. This name must be meaningful to the target workflow.
The name of the signal. This name must be meaningful to the target workflow.
Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's history.
Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's history.
Consumes the builder and constructs a SignalWorkflowExecutionInput
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