CopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
, SdkBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
public static interface ChildWorkflowExecutionStartedEventAttributes.Builder extends CopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
ChildWorkflowExecutionStartedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
ChildWorkflowExecutionStartedEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that was started.
|
ChildWorkflowExecutionStartedEventAttributes.Builder |
workflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|
copy
apply, build
ChildWorkflowExecutionStartedEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was started.
workflowExecution
- The child workflow execution that was started.ChildWorkflowExecutionStartedEventAttributes.Builder workflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.ChildWorkflowExecutionStartedEventAttributes.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.