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 DefaultFlowCompletionEventbuild()-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
build
DefaultFlowCompletionEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
-
-