Interface ContentSourceConfiguration.Builder

    • Method Detail

      • dataSourceIds

        ContentSourceConfiguration.Builder dataSourceIds​(Collection<String> dataSourceIds)

        The identifier of the data sources you want to use for your Amazon Kendra experience.

        Parameters:
        dataSourceIds - The identifier of the data sources you want to use for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceIds

        ContentSourceConfiguration.Builder dataSourceIds​(String... dataSourceIds)

        The identifier of the data sources you want to use for your Amazon Kendra experience.

        Parameters:
        dataSourceIds - The identifier of the data sources you want to use for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faqIds

        ContentSourceConfiguration.Builder faqIds​(Collection<String> faqIds)

        The identifier of the FAQs that you want to use for your Amazon Kendra experience.

        Parameters:
        faqIds - The identifier of the FAQs that you want to use for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • faqIds

        ContentSourceConfiguration.Builder faqIds​(String... faqIds)

        The identifier of the FAQs that you want to use for your Amazon Kendra experience.

        Parameters:
        faqIds - The identifier of the FAQs that you want to use for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directPutContent

        ContentSourceConfiguration.Builder directPutContent​(Boolean directPutContent)

        TRUE to use documents you indexed directly using the BatchPutDocument API.

        Parameters:
        directPutContent - TRUE to use documents you indexed directly using the BatchPutDocument API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.