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