Interface MCPGatewayConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MCPGatewayConfiguration.Builder,
,MCPGatewayConfiguration> SdkBuilder<MCPGatewayConfiguration.Builder,
,MCPGatewayConfiguration> SdkPojo
- Enclosing class:
MCPGatewayConfiguration
@Mutable
@NotThreadSafe
public static interface MCPGatewayConfiguration.Builder
extends SdkPojo, CopyableBuilder<MCPGatewayConfiguration.Builder,MCPGatewayConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninstructions
(String instructions) The instructions for using the Model Context Protocol gateway.searchType
(String searchType) The search type for the Model Context Protocol gateway.searchType
(SearchType searchType) The search type for the Model Context Protocol gateway.supportedVersions
(String... supportedVersions) The supported versions of the Model Context Protocol.supportedVersions
(Collection<String> supportedVersions) The supported versions of the Model Context Protocol.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
-
supportedVersions
The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.
- Parameters:
supportedVersions
- The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedVersions
The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.
- Parameters:
supportedVersions
- The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instructions
The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.
- Parameters:
instructions
- The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchType
The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
- Parameters:
searchType
- The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchType
The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
- Parameters:
searchType
- The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-