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 inline content of the tools definition.protocolVersion(String protocolVersion) The MCP protocol version that the tools conform to.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 MCP protocol version that the tools conform to. This differs from the
schemaVersionfield in the server definition, which identifies the server configuration schema format.- Parameters:
protocolVersion- The MCP protocol version that the tools conform to. This differs from theschemaVersionfield in the server definition, which identifies the server configuration schema format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineContent
The inline content of the tools definition.
- Parameters:
inlineContent- The inline content of the tools definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-