Interface ToolsDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ToolsDefinition.Builder,,ToolsDefinition> SdkBuilder<ToolsDefinition.Builder,,ToolsDefinition> SdkPojo
- Enclosing class:
ToolsDefinition
@Mutable
@NotThreadSafe
public static interface ToolsDefinition.Builder
extends SdkPojo, CopyableBuilder<ToolsDefinition.Builder,ToolsDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioninlineContent(String inlineContent) The JSON content containing the MCP tools definition, conforming to the MCP protocol specification.protocolVersion(String protocolVersion) The protocol version of the tools definition based on the MCP protocol specification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
protocolVersion
The protocol version of the tools definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.
- Parameters:
protocolVersion- The protocol version of the tools definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineContent
The JSON content containing the MCP tools definition, conforming to the MCP protocol specification.
- Parameters:
inlineContent- The JSON content containing the MCP tools definition, conforming to the MCP protocol specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-