Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowNodeInput.Builder
-
Packages that use FlowNodeInput.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowNodeInput.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowNodeInput.Builder Modifier and Type Method Description static FlowNodeInput.BuilderFlowNodeInput. builder()FlowNodeInput.BuilderFlowNodeInput.Builder. expression(String expression)An expression that formats the input for the node.FlowNodeInput.BuilderFlowNodeInput.Builder. name(String name)A name for the input that you can reference.FlowNodeInput.BuilderFlowNodeInput. toBuilder()FlowNodeInput.BuilderFlowNodeInput.Builder. type(String type)The data type of the input.FlowNodeInput.BuilderFlowNodeInput.Builder. type(FlowNodeIODataType type)The data type of the input.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowNodeInput.Builder Modifier and Type Method Description static Class<? extends FlowNodeInput.Builder>FlowNodeInput. serializableBuilderClass()
-