Interface FlowCompletionEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>,SdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>,SdkPojo
- All Known Subinterfaces:
DefaultFlowCompletionEvent.Builder
- All Known Implementing Classes:
FlowCompletionEvent.BuilderImpl
- Enclosing class:
- FlowCompletionEvent
@Mutable @NotThreadSafe public static interface FlowCompletionEvent.Builder extends SdkPojo, CopyableBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowCompletionEvent.BuildercompletionReason(String completionReason)The reason that the flow completed.FlowCompletionEvent.BuildercompletionReason(FlowCompletionReason completionReason)The reason that the flow completed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
completionReason
FlowCompletionEvent.Builder completionReason(String 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:
FlowCompletionReason,FlowCompletionReason
-
completionReason
FlowCompletionEvent.Builder completionReason(FlowCompletionReason 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:
FlowCompletionReason,FlowCompletionReason
-
-