Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputField.Builder
Packages that use FlowInputField.Builder
-
Uses of FlowInputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowInputField.BuilderModifier and TypeMethodDescriptionstatic FlowInputField.BuilderFlowInputField.builder()default FlowInputField.BuilderFlowInputField.Builder.content(Consumer<FlowExecutionContent.Builder> content) The content of the input field, which can contain text or structured data.FlowInputField.Builder.content(FlowExecutionContent content) The content of the input field, which can contain text or structured data.The name of the input field as defined in the flow's input schema.FlowInputField.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowInputField.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowInputField.Builder>FlowInputField.serializableBuilderClass()