Interface ApiGatewayToolOverride.Builder

  • Method Details

    • name

      The name of tool. Identifies the tool in the Model Context Protocol.

      Parameters:
      name - The name of tool. Identifies the tool in the Model Context Protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ApiGatewayToolOverride.Builder description(String description)

      The description of the tool. Provides information about the purpose and usage of the tool. If not provided, uses the description from the API's OpenAPI specification.

      Parameters:
      description - The description of the tool. Provides information about the purpose and usage of the tool. If not provided, uses the description from the API's OpenAPI specification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • path

      Resource path in the REST API (e.g., /pets). Must explicitly match an existing path in the REST API.

      Parameters:
      path - Resource path in the REST API (e.g., /pets). Must explicitly match an existing path in the REST API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • method

      The HTTP method to expose for the specified path.

      Parameters:
      method - The HTTP method to expose for the specified path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • method

      The HTTP method to expose for the specified path.

      Parameters:
      method - The HTTP method to expose for the specified path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: