Uses of Interface
software.amazon.awssdk.services.swf.model.SignalExternalWorkflowExecutionDecisionAttributes.Builder
-
Packages that use SignalExternalWorkflowExecutionDecisionAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of SignalExternalWorkflowExecutionDecisionAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return SignalExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description static SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes. builder()
SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes.Builder. control(String control)
The data attached to the event that can be used by the decider in subsequent decision tasks.SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes.Builder. input(String input)
The input data to be provided with the signal.SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes.Builder. runId(String runId)
TherunId
of the workflow execution to be signaled.SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes.Builder. signalName(String signalName)
The name of the signal.The target workflow execution uses the signal name and input to process the signal.SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes. toBuilder()
SignalExternalWorkflowExecutionDecisionAttributes.Builder
SignalExternalWorkflowExecutionDecisionAttributes.Builder. workflowId(String workflowId)
TheworkflowId
of the workflow execution to be signaled.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type SignalExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description static Class<? extends SignalExternalWorkflowExecutionDecisionAttributes.Builder>
SignalExternalWorkflowExecutionDecisionAttributes. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type SignalExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description default Decision.Builder
Decision.Builder. signalExternalWorkflowExecutionDecisionAttributes(Consumer<SignalExternalWorkflowExecutionDecisionAttributes.Builder> signalExternalWorkflowExecutionDecisionAttributes)
Provides the details of theSignalExternalWorkflowExecution
decision.
-