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