Uses of Interface
software.amazon.awssdk.services.swf.model.RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder
-
Packages that use RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description static RequestCancelExternalWorkflowExecutionDecisionAttributes.BuilderRequestCancelExternalWorkflowExecutionDecisionAttributes. builder()RequestCancelExternalWorkflowExecutionDecisionAttributes.BuilderRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder. control(String control)The data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionDecisionAttributes.BuilderRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder. runId(String runId)TherunIdof the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.BuilderRequestCancelExternalWorkflowExecutionDecisionAttributes. toBuilder()RequestCancelExternalWorkflowExecutionDecisionAttributes.BuilderRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder. workflowId(String workflowId)TheworkflowIdof the external workflow execution to cancel.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description static Class<? extends RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder>RequestCancelExternalWorkflowExecutionDecisionAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder Modifier and Type Method Description default Decision.BuilderDecision.Builder. requestCancelExternalWorkflowExecutionDecisionAttributes(Consumer<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder> requestCancelExternalWorkflowExecutionDecisionAttributes)Provides the details of theRequestCancelExternalWorkflowExecutiondecision.
-