Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEvent.Builder
-
Packages that use FlowCompletionEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream -
-
Uses of FlowCompletionEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement FlowCompletionEvent.Builder Modifier and Type Class Description protected static classFlowCompletionEvent.BuilderImplMethods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowCompletionEvent.Builder Modifier and Type Method Description static FlowCompletionEvent.BuilderFlowCompletionEvent. builder()FlowCompletionEvent.BuilderFlowCompletionEvent.Builder. completionReason(String completionReason)The reason that the flow completed.FlowCompletionEvent.BuilderFlowCompletionEvent.Builder. completionReason(FlowCompletionReason completionReason)The reason that the flow completed.FlowCompletionEvent.BuilderFlowCompletionEvent.BuilderImpl. completionReason(String completionReason)FlowCompletionEvent.BuilderFlowCompletionEvent.BuilderImpl. completionReason(FlowCompletionReason completionReason)static FlowCompletionEvent.BuilderFlowResponseStream. flowCompletionEventBuilder()Create a builder for theflowCompletionEventevent type for this stream.FlowCompletionEvent.BuilderFlowCompletionEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowCompletionEvent.Builder Modifier and Type Method Description static Class<? extends FlowCompletionEvent.Builder>FlowCompletionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowCompletionEvent.Builder Modifier and Type Method Description FlowCompletionEventFlowCompletionEvent. copy(Consumer<? super FlowCompletionEvent.Builder> modifier) -
Uses of FlowCompletionEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream
Subinterfaces of FlowCompletionEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream Modifier and Type Interface Description static interfaceDefaultFlowCompletionEvent.Builder
-