Interface SpanCitation.Builder

  • Method Details

    • contentId

      SpanCitation.Builder contentId(String contentId)

      The identifier of the content being cited in the span.

      Parameters:
      contentId - The identifier of the content being cited in the span.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the content being cited in the span.

      Parameters:
      title - The title of the content being cited in the span.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • knowledgeBaseId

      SpanCitation.Builder knowledgeBaseId(String knowledgeBaseId)

      The identifier of the knowledge base containing the cited content.

      Parameters:
      knowledgeBaseId - The identifier of the knowledge base containing the cited content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • knowledgeBaseArn

      SpanCitation.Builder knowledgeBaseArn(String knowledgeBaseArn)

      The Amazon Resource Name (ARN) of the knowledge base containing the cited content.

      Parameters:
      knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.