Interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>, SdkBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>, SdkPojo
Enclosing class:
RequestCancelExternalWorkflowExecutionDecisionAttributes

public static interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder extends SdkPojo, CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>
  • Method Details

    • workflowId

      The workflowId of the external workflow execution to cancel.

      Parameters:
      workflowId - The workflowId of the external workflow execution to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      The runId of the external workflow execution to cancel.

      Parameters:
      runId - The runId of the external workflow execution to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • control

      The data attached to the event that can be used by the decider in subsequent workflow tasks.

      Parameters:
      control - The data attached to the event that can be used by the decider in subsequent workflow tasks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.