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 class
FlowCompletionEvent.BuilderImpl
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowCompletionEvent.Builder Modifier and Type Method Description static FlowCompletionEvent.Builder
FlowCompletionEvent. builder()
FlowCompletionEvent.Builder
FlowCompletionEvent.Builder. completionReason(String completionReason)
The reason that the flow completed.FlowCompletionEvent.Builder
FlowCompletionEvent.Builder. completionReason(FlowCompletionReason completionReason)
The reason that the flow completed.FlowCompletionEvent.Builder
FlowCompletionEvent.BuilderImpl. completionReason(String completionReason)
FlowCompletionEvent.Builder
FlowCompletionEvent.BuilderImpl. completionReason(FlowCompletionReason completionReason)
static FlowCompletionEvent.Builder
FlowResponseStream. flowCompletionEventBuilder()
Create a builder for theflowCompletionEvent
event type for this stream.FlowCompletionEvent.Builder
FlowCompletionEvent. 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 FlowCompletionEvent
FlowCompletionEvent. 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 interface
DefaultFlowCompletionEvent.Builder
-