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.BuilderSignalExternalWorkflowExecutionDecisionAttributes. builder()SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes.Builder. control(String control)The data attached to the event that can be used by the decider in subsequent decision tasks.SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes.Builder. input(String input)The input data to be provided with the signal.SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes.Builder. runId(String runId)TherunIdof the workflow execution to be signaled.SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes.Builder. signalName(String signalName)The name of the signal.The target workflow execution uses the signal name and input to process the signal.SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes. toBuilder()SignalExternalWorkflowExecutionDecisionAttributes.BuilderSignalExternalWorkflowExecutionDecisionAttributes.Builder. workflowId(String workflowId)TheworkflowIdof 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.BuilderDecision.Builder. signalExternalWorkflowExecutionDecisionAttributes(Consumer<SignalExternalWorkflowExecutionDecisionAttributes.Builder> signalExternalWorkflowExecutionDecisionAttributes)Provides the details of theSignalExternalWorkflowExecutiondecision.
-