Interface FeaturedDocument.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FeaturedDocument.Builder,FeaturedDocument>, SdkBuilder<FeaturedDocument.Builder,FeaturedDocument>, SdkPojo
Enclosing class:
FeaturedDocument

public static interface FeaturedDocument.Builder extends SdkPojo, CopyableBuilder<FeaturedDocument.Builder,FeaturedDocument>
  • Method Details

    • id

      The identifier of the document to feature in the search results. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.

      Parameters:
      id - The identifier of the document to feature in the search results. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.