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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder
control(String control)
The data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder
runId(String runId)
TherunId
of the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder
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 Detail
-
workflowId
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder workflowId(String 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
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder runId(String 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
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder control(String 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.
-
-