Interface ServerDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServerDefinition.Builder,,ServerDefinition> SdkBuilder<ServerDefinition.Builder,,ServerDefinition> SdkPojo
- Enclosing class:
ServerDefinition
@Mutable
@NotThreadSafe
public static interface ServerDefinition.Builder
extends SdkPojo, CopyableBuilder<ServerDefinition.Builder,ServerDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioninlineContent(String inlineContent) The JSON content containing the MCP server definition, conforming to the MCP protocol specification.schemaVersion(String schemaVersion) The schema version of the server 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
-
schemaVersion
The schema version of the server definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.
- Parameters:
schemaVersion- The schema version of the server 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 server definition, conforming to the MCP protocol specification.
- Parameters:
inlineContent- The JSON content containing the MCP server definition, conforming to the MCP protocol specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-