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. category(String category)Specifies how input data flows between iterations in a DoWhile loop.FlowNodeInput.BuilderFlowNodeInput.Builder. category(FlowNodeInputCategory category)Specifies how input data flows between iterations in a DoWhile loop.FlowNodeInput.BuilderFlowNodeInput.Builder. expression(String expression)An expression that formats the input for the node.FlowNodeInput.BuilderFlowNodeInput.Builder. name(String name)Specifies a name for the input that you can reference.FlowNodeInput.BuilderFlowNodeInput. toBuilder()FlowNodeInput.BuilderFlowNodeInput.Builder. type(String type)Specifies the data type of the input.FlowNodeInput.BuilderFlowNodeInput.Builder. type(FlowNodeIODataType type)Specifies 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()
-