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 Summary
Modifier and TypeMethodDescriptionThe data attached to the event that can be used by the decider in subsequent workflow tasks.TherunId
of the external workflow execution to cancel.workflowId
(String workflowId) TheworkflowId
of the external workflow execution to cancel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
workflowId
The
workflowId
of the external workflow execution to cancel.- Parameters:
workflowId
- TheworkflowId
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
- TherunId
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.
-