Interface FlowCompletionEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FlowCompletionEvent.Builder,,FlowCompletionEvent> SdkBuilder<FlowCompletionEvent.Builder,,FlowCompletionEvent> SdkPojo
- All Known Subinterfaces:
 DefaultFlowCompletionEvent.Builder
- Enclosing class:
 FlowCompletionEvent
public static interface FlowCompletionEvent.Builder
extends SdkPojo, CopyableBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent> 
- 
Method Summary
Modifier and TypeMethodDescriptioncompletionReason(String completionReason) The reason that the flow completed.completionReason(FlowCompletionReason completionReason) The reason that the flow completed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
completionReason
The reason that the flow completed.
- Parameters:
 completionReason- The reason that the flow completed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
completionReason
The reason that the flow completed.
- Parameters:
 completionReason- The reason that the flow completed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -