public static interface WorkflowExecutionCompletedEventAttributes.Builder extends SdkPojo, CopyableBuilder<WorkflowExecutionCompletedEventAttributes.Builder,WorkflowExecutionCompletedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
WorkflowExecutionCompletedEventAttributes.Builder | 
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
DecisionTaskCompleted event corresponding to the decision task that resulted in
 the CompleteWorkflowExecution decision to complete this execution. | 
WorkflowExecutionCompletedEventAttributes.Builder | 
result(String result)
 The result produced by the workflow execution upon successful completion. 
 | 
copyapplyMutation, buildWorkflowExecutionCompletedEventAttributes.Builder result(String result)
The result produced by the workflow execution upon successful completion.
result - The result produced by the workflow execution upon successful completion.WorkflowExecutionCompletedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
 the CompleteWorkflowExecution decision to complete this execution. This information can be
 useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
        resulted in the CompleteWorkflowExecution decision to complete this 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.