CopyableBuilder<ChildWorkflowExecutionTerminatedEventAttributes.Builder,ChildWorkflowExecutionTerminatedEventAttributes>
, SdkBuilder<ChildWorkflowExecutionTerminatedEventAttributes.Builder,ChildWorkflowExecutionTerminatedEventAttributes>
public static interface ChildWorkflowExecutionTerminatedEventAttributes.Builder extends CopyableBuilder<ChildWorkflowExecutionTerminatedEventAttributes.Builder,ChildWorkflowExecutionTerminatedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
startedEventId(Long startedEventId) |
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started. |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was terminated.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|
copy
apply, build
ChildWorkflowExecutionTerminatedEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was terminated.
workflowExecution
- The child workflow execution that was terminated.ChildWorkflowExecutionTerminatedEventAttributes.Builder workflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.ChildWorkflowExecutionTerminatedEventAttributes.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.ChildWorkflowExecutionTerminatedEventAttributes.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.