Interface ContentReference.Builder

  • Method Details

    • knowledgeBaseArn

      ContentReference.Builder knowledgeBaseArn(String knowledgeBaseArn)

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

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

      ContentReference.Builder knowledgeBaseId(String knowledgeBaseId)

      The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.

      Parameters:
      knowledgeBaseId - The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentArn

      ContentReference.Builder contentArn(String contentArn)

      The Amazon Resource Name (ARN) of the content.

      Parameters:
      contentArn - The Amazon Resource Name (ARN) of the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentId

      ContentReference.Builder contentId(String contentId)

      The identifier of the content.

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

      ContentReference.Builder sourceURL(String sourceURL)

      The web URL of the source content.

      Parameters:
      sourceURL - The web URL of the source content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referenceType

      ContentReference.Builder referenceType(String referenceType)

      The type of reference content.

      Parameters:
      referenceType - The type of reference content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • referenceType

      ContentReference.Builder referenceType(ReferenceType referenceType)

      The type of reference content.

      Parameters:
      referenceType - The type of reference content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: