Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputField.Builder
-
Packages that use FlowOutputField.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowOutputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowOutputField.Builder Modifier and Type Method Description static FlowOutputField.BuilderFlowOutputField. builder()default FlowOutputField.BuilderFlowOutputField.Builder. content(Consumer<FlowExecutionContent.Builder> content)The content of the output field, which can contain text or structured data.FlowOutputField.BuilderFlowOutputField.Builder. content(FlowExecutionContent content)The content of the output field, which can contain text or structured data.FlowOutputField.BuilderFlowOutputField.Builder. name(String name)The name of the output field as defined in the flow's output schema.FlowOutputField.BuilderFlowOutputField. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowOutputField.Builder Modifier and Type Method Description static Class<? extends FlowOutputField.Builder>FlowOutputField. serializableBuilderClass()
-