Interface ConnectorParameterOverride.Builder

  • Method Details

    • path

      A JSON Pointer path identifying the parameter (for example, /numberOfResults or /filter).

      Parameters:
      path - A JSON Pointer path identifying the parameter (for example, /numberOfResults or /filter).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ConnectorParameterOverride.Builder description(String description)

      An agent-facing description override for this parameter.

      Parameters:
      description - An agent-facing description override for this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visible

      Whether this parameter is visible to the agent. If not specified, uses the service default.

      Parameters:
      visible - Whether this parameter is visible to the agent. If not specified, uses the service default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.