Class FlowCompletionEvent.BuilderImpl
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEvent.BuilderImpl
- All Implemented Interfaces:
SdkPojo,FlowCompletionEvent.Builder,Buildable,CopyableBuilder<FlowCompletionEvent.Builder,,FlowCompletionEvent> SdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
- Enclosing class:
- FlowCompletionEvent
protected static class FlowCompletionEvent.BuilderImpl
extends Object
implements FlowCompletionEvent.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()completionReason(String completionReason) The reason that the flow completed.completionReason(FlowCompletionReason completionReason) The reason that the flow completed.final Stringfinal voidsetCompletionReason(String completionReason) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutationMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Constructor Details
-
BuilderImpl
protected BuilderImpl() -
BuilderImpl
-
-
Method Details
-
getCompletionReason
-
setCompletionReason
-
completionReason
Description copied from interface:FlowCompletionEvent.BuilderThe reason that the flow completed.
- Specified by:
completionReasonin interfaceFlowCompletionEvent.Builder- 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
Description copied from interface:FlowCompletionEvent.BuilderThe reason that the flow completed.
- Specified by:
completionReasonin interfaceFlowCompletionEvent.Builder- 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:
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<FlowCompletionEvent.Builder,FlowCompletionEvent>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-