Interface SearchResultItem.Builder

  • Method Details

    • id

      The unique identifier of the matched asset.

      Parameters:
      id - The unique identifier of the matched asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetName

      SearchResultItem.Builder assetName(String assetName)

      The name of the matched asset.

      Parameters:
      assetName - The name of the matched asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetDescription

      SearchResultItem.Builder assetDescription(String assetDescription)

      The description of the matched asset.

      Parameters:
      assetDescription - The description of the matched asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      SearchResultItem.Builder updatedAt(Instant updatedAt)

      The timestamp at which the matched asset was last updated.

      Parameters:
      updatedAt - The timestamp at which the matched asset was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetTypeId

      SearchResultItem.Builder assetTypeId(String assetTypeId)

      The identifier of the asset type for the matched asset.

      Parameters:
      assetTypeId - The identifier of the asset type for the matched asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.