Interface FeaturedDocumentWithMetadata.Builder

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

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

    • id

      The identifier of the featured document with its metadata. 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 featured document with its metadata. 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.
    • title

      The main title of the featured document.

      Parameters:
      title - The main title of the featured document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uri

      The source URI location of the featured document.

      Parameters:
      uri - The source URI location of the featured document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.