Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionCompletedEventAttributes.Builder
-
Packages that use WorkflowExecutionCompletedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionCompletedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionCompletedEventAttributes.Builder Modifier and Type Method Description static WorkflowExecutionCompletedEventAttributes.BuilderWorkflowExecutionCompletedEventAttributes. builder()WorkflowExecutionCompletedEventAttributes.BuilderWorkflowExecutionCompletedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution.WorkflowExecutionCompletedEventAttributes.BuilderWorkflowExecutionCompletedEventAttributes.Builder. result(String result)The result produced by the workflow execution upon successful completion.WorkflowExecutionCompletedEventAttributes.BuilderWorkflowExecutionCompletedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionCompletedEventAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionCompletedEventAttributes.Builder>WorkflowExecutionCompletedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionCompletedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. workflowExecutionCompletedEventAttributes(Consumer<WorkflowExecutionCompletedEventAttributes.Builder> workflowExecutionCompletedEventAttributes)If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.
-