Interface WorkflowExecutionCanceledEventAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,
,WorkflowExecutionCanceledEventAttributes> SdkBuilder<WorkflowExecutionCanceledEventAttributes.Builder,
,WorkflowExecutionCanceledEventAttributes> SdkPojo
- Enclosing class:
WorkflowExecutionCanceledEventAttributes
public static interface WorkflowExecutionCanceledEventAttributes.Builder
extends SdkPojo, CopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
-
Method Summary
Modifier and TypeMethodDescriptiondecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelWorkflowExecution
decision for this cancellation request.The details of the cancellation.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
-
details
The details of the cancellation.
- Parameters:
details
- The details of the cancellation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decisionTaskCompletedEventId
WorkflowExecutionCanceledEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
decisionTaskCompletedEventId
- The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-