Interface SearchRegistryRecordsRequest.Builder

  • Method Details

    • searchQuery

      SearchRegistryRecordsRequest.Builder searchQuery(String searchQuery)

      The search query to find matching registry records.

      Parameters:
      searchQuery - The search query to find matching registry records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryIds

      The list of registry identifiers to search within. Currently, you can specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the 12-character alphanumeric registry ID.

      Parameters:
      registryIds - The list of registry identifiers to search within. Currently, you can specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the 12-character alphanumeric registry ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryIds

      SearchRegistryRecordsRequest.Builder registryIds(String... registryIds)

      The list of registry identifiers to search within. Currently, you can specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the 12-character alphanumeric registry ID.

      Parameters:
      registryIds - The list of registry identifiers to search within. Currently, you can specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the 12-character alphanumeric registry ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of records to return in a single call. Valid values are 1 through 20. The default value is 10.

      Parameters:
      maxResults - The maximum number of records to return in a single call. Valid values are 1 through 20. The default value is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      A metadata filter expression to narrow search results. Uses structured JSON operators including field-level operators ($eq, $ne, $in) and logical operators ($and, $or) on filterable fields (name, descriptorType, version ). For example, to filter by descriptor type: {"descriptorType": {"$eq": "MCP"}}. To combine filters: {"$and": [{"descriptorType": {"$eq": "MCP"}}, {"name": {"$eq": "my-tool"}}]}.

      Parameters:
      filters - A metadata filter expression to narrow search results. Uses structured JSON operators including field-level operators ($eq, $ne, $in) and logical operators ( $and, $or) on filterable fields (name, descriptorType, version). For example, to filter by descriptor type: {"descriptorType": {"$eq": "MCP"}}. To combine filters: {"$and": [{"descriptorType": {"$eq": "MCP"}}, {"name": {"$eq": "my-tool"}}]}.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      SearchRegistryRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.