Interface McpServerTargetConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<McpServerTargetConfiguration.Builder,
,McpServerTargetConfiguration> SdkBuilder<McpServerTargetConfiguration.Builder,
,McpServerTargetConfiguration> SdkPojo
- Enclosing class:
McpServerTargetConfiguration
@Mutable
@NotThreadSafe
public static interface McpServerTargetConfiguration.Builder
extends SdkPojo, CopyableBuilder<McpServerTargetConfiguration.Builder,McpServerTargetConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint for the MCP server target configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpoint
The endpoint for the MCP server target configuration.
- Parameters:
endpoint
- The endpoint for the MCP server target configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-