Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ToolSpecification.Builder
Packages that use ToolSpecification.Builder
-
Uses of ToolSpecification.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolSpecification.BuilderModifier and TypeMethodDescriptionstatic ToolSpecification.BuilderToolSpecification.builder()ToolSpecification.Builder.description(String description) The description of the tool.default ToolSpecification.BuilderToolSpecification.Builder.inputSchema(Consumer<ToolInputSchema.Builder> inputSchema) The input schema for the tool.ToolSpecification.Builder.inputSchema(ToolInputSchema inputSchema) The input schema for the tool.The name of the tool.Whether to enforce strict JSON schema adherence for the tool inputToolSpecification.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ToolSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolSpecification.Builder>ToolSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ToolSpecification.BuilderModifier and TypeMethodDescriptionstatic ToolTool.fromToolSpec(Consumer<ToolSpecification.Builder> toolSpec) Create an instance of this class withTool.toolSpec()initialized to the given value.default Tool.BuilderTool.Builder.toolSpec(Consumer<ToolSpecification.Builder> toolSpec) The specification for the tool.