public static interface ChildWorkflowExecutionCompletedEventAttributes.Builder extends SdkPojo, CopyableBuilder<ChildWorkflowExecutionCompletedEventAttributes.Builder,ChildWorkflowExecutionCompletedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
ChildWorkflowExecutionCompletedEventAttributes.Builder | 
initiatedEventId(Long initiatedEventId)
 The ID of the  
StartChildWorkflowExecutionInitiated event corresponding to the
 StartChildWorkflowExecution Decision to start this child workflow execution. | 
ChildWorkflowExecutionCompletedEventAttributes.Builder | 
result(String result)
 The result of the child workflow execution. 
 | 
ChildWorkflowExecutionCompletedEventAttributes.Builder | 
startedEventId(Long startedEventId)
 The ID of the  
ChildWorkflowExecutionStarted event recorded when this child workflow execution
 was started. | 
default ChildWorkflowExecutionCompletedEventAttributes.Builder | 
workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
 The child workflow execution that was completed. 
 | 
ChildWorkflowExecutionCompletedEventAttributes.Builder | 
workflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was completed. 
 | 
default ChildWorkflowExecutionCompletedEventAttributes.Builder | 
workflowType(Consumer<WorkflowType.Builder> workflowType)
 The type of the child workflow execution. 
 | 
ChildWorkflowExecutionCompletedEventAttributes.Builder | 
workflowType(WorkflowType workflowType)
 The type of the child workflow execution. 
 | 
copyapplyMutation, buildChildWorkflowExecutionCompletedEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.
workflowExecution - The child workflow execution that was completed.default ChildWorkflowExecutionCompletedEventAttributes.Builder workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was completed.
This is a convenience that creates an instance of theWorkflowExecution.Builder avoiding the need to
 create one manually via WorkflowExecution.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to workflowExecution(WorkflowExecution).workflowExecution - a consumer that will call methods on WorkflowExecution.BuilderworkflowExecution(WorkflowExecution)ChildWorkflowExecutionCompletedEventAttributes.Builder workflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type of the child workflow execution.default ChildWorkflowExecutionCompletedEventAttributes.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
This is a convenience that creates an instance of theWorkflowType.Builder avoiding the need to
 create one manually via WorkflowType.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to workflowType(WorkflowType).workflowType - a consumer that will call methods on WorkflowType.BuilderworkflowType(WorkflowType)ChildWorkflowExecutionCompletedEventAttributes.Builder result(String result)
The result of the child workflow execution.
result - The result of the child workflow execution.ChildWorkflowExecutionCompletedEventAttributes.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.ChildWorkflowExecutionCompletedEventAttributes.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.