| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ToolSpecification |
ToolSpecification.clone() |
ToolSpecification |
Tool.getToolSpec()
The specfication for the tool.
|
ToolSpecification |
ToolSpecification.withDescription(String description)
The description for the tool.
|
ToolSpecification |
ToolSpecification.withInputSchema(ToolInputSchema inputSchema)
The input schema for the tool in JSON format.
|
ToolSpecification |
ToolSpecification.withName(String name)
The name for the tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tool.setToolSpec(ToolSpecification toolSpec)
The specfication for the tool.
|
Tool |
Tool.withToolSpec(ToolSpecification toolSpec)
The specfication for the tool.
|
Copyright © 2025. All rights reserved.