CopyableBuilder<ChildWorkflowExecutionCanceledEventAttributes.Builder,ChildWorkflowExecutionCanceledEventAttributes>
, SdkBuilder<ChildWorkflowExecutionCanceledEventAttributes.Builder,ChildWorkflowExecutionCanceledEventAttributes>
public static interface ChildWorkflowExecutionCanceledEventAttributes.Builder extends CopyableBuilder<ChildWorkflowExecutionCanceledEventAttributes.Builder,ChildWorkflowExecutionCanceledEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
details(String details) |
Details of the cancellation (if provided).
|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
ChildWorkflowExecutionCanceledEventAttributes.Builder |
startedEventId(Long startedEventId) |
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started. |
ChildWorkflowExecutionCanceledEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|
copy
apply, build
ChildWorkflowExecutionCanceledEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was canceled.
workflowExecution
- The child workflow execution that was canceled.ChildWorkflowExecutionCanceledEventAttributes.Builder workflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.ChildWorkflowExecutionCanceledEventAttributes.Builder details(String details)
Details of the cancellation (if provided).
details
- Details of the cancellation (if provided).ChildWorkflowExecutionCanceledEventAttributes.Builder initiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this child workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.ChildWorkflowExecutionCanceledEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution
was started. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow
execution was started. This information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.