Interface DefaultFlowCompletionEvent.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
,FlowCompletionEvent.Builder
,SdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
,SdkPojo
- Enclosing class:
- DefaultFlowCompletionEvent
public static interface DefaultFlowCompletionEvent.Builder extends FlowCompletionEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultFlowCompletionEvent
build()
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEvent.Builder
completionReason, completionReason
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
build
DefaultFlowCompletionEvent build()
- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
-
-