Interface HarnessRemoteMcpConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessRemoteMcpConfig.Builder,,HarnessRemoteMcpConfig> SdkBuilder<HarnessRemoteMcpConfig.Builder,,HarnessRemoteMcpConfig> SdkPojo
- Enclosing class:
HarnessRemoteMcpConfig
@Mutable
@NotThreadSafe
public static interface HarnessRemoteMcpConfig.Builder
extends SdkPojo, CopyableBuilder<HarnessRemoteMcpConfig.Builder,HarnessRemoteMcpConfig>
-
Method Summary
Modifier and TypeMethodDescriptionCustom headers to include when connecting to the remote MCP server.URL of the MCP endpoint.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
-
url
URL of the MCP endpoint.
- Parameters:
url- URL of the MCP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headers
Custom headers to include when connecting to the remote MCP server.
- Parameters:
headers- Custom headers to include when connecting to the remote MCP server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-