Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ToolInputSchema.Builder
Packages that use ToolInputSchema.Builder
-
Uses of ToolInputSchema.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolInputSchema.BuilderModifier and TypeMethodDescriptionstatic ToolInputSchema.BuilderToolInputSchema.builder()A JSON object defining the input schema for the tool.ToolInputSchema.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ToolInputSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolInputSchema.Builder>ToolInputSchema.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ToolInputSchema.BuilderModifier and TypeMethodDescriptiondefault ToolSpecification.BuilderToolSpecification.Builder.inputSchema(Consumer<ToolInputSchema.Builder> inputSchema) The input schema for the tool.