Interface MCPToolDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MCPToolDetail.Builder,,MCPToolDetail> SdkBuilder<MCPToolDetail.Builder,,MCPToolDetail> SdkPojo
- Enclosing class:
MCPToolDetail
@Mutable
@NotThreadSafe
public static interface MCPToolDetail.Builder
extends SdkPojo, CopyableBuilder<MCPToolDetail.Builder,MCPToolDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the MCP tool.toolClassification(String toolClassification) The access categorization of the MCP tool.toolClassification(ToolClassification toolClassification) The access categorization of the MCP tool.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
-
name
The name of the MCP tool.
- Parameters:
name- The name of the MCP tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toolClassification
The access categorization of the MCP tool.
- Parameters:
toolClassification- The access categorization of the MCP tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toolClassification
The access categorization of the MCP tool.
- Parameters:
toolClassification- The access categorization of the MCP tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-