Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEvent.Builder
-
Packages that use FlowOutputEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream -
-
Uses of FlowOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement FlowOutputEvent.Builder Modifier and Type Class Description protected static classFlowOutputEvent.BuilderImplMethods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowOutputEvent.Builder Modifier and Type Method Description static FlowOutputEvent.BuilderFlowOutputEvent. builder()default FlowOutputEvent.BuilderFlowOutputEvent.Builder. content(Consumer<FlowOutputContent.Builder> content)The content in the output.FlowOutputEvent.BuilderFlowOutputEvent.Builder. content(FlowOutputContent content)The content in the output.FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. content(FlowOutputContent content)static FlowOutputEvent.BuilderFlowResponseStream. flowOutputEventBuilder()Create a builder for theflowOutputEventevent type for this stream.FlowOutputEvent.BuilderFlowOutputEvent.Builder. nodeName(String nodeName)The name of the flow output node that the output is from.FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. nodeName(String nodeName)FlowOutputEvent.BuilderFlowOutputEvent.Builder. nodeType(String nodeType)The type of the node that the output is from.FlowOutputEvent.BuilderFlowOutputEvent.Builder. nodeType(NodeType nodeType)The type of the node that the output is from.FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. nodeType(String nodeType)FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. nodeType(NodeType nodeType)FlowOutputEvent.BuilderFlowOutputEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowOutputEvent.Builder Modifier and Type Method Description static Class<? extends FlowOutputEvent.Builder>FlowOutputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowOutputEvent.Builder Modifier and Type Method Description FlowOutputEventFlowOutputEvent. copy(Consumer<? super FlowOutputEvent.Builder> modifier) -
Uses of FlowOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream
Subinterfaces of FlowOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream Modifier and Type Interface Description static interfaceDefaultFlowOutputEvent.Builder
-