Interface SalesforceStandardKnowledgeArticleTypeConfiguration.Builder

    • Method Detail

      • documentDataFieldName

        SalesforceStandardKnowledgeArticleTypeConfiguration.Builder documentDataFieldName​(String documentDataFieldName)

        The name of the field that contains the document data to index.

        Parameters:
        documentDataFieldName - The name of the field that contains the document data to index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentTitleFieldName

        SalesforceStandardKnowledgeArticleTypeConfiguration.Builder documentTitleFieldName​(String documentTitleFieldName)

        The name of the field that contains the document title.

        Parameters:
        documentTitleFieldName - The name of the field that contains the document title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMappings

        SalesforceStandardKnowledgeArticleTypeConfiguration.Builder fieldMappings​(Collection<DataSourceToIndexFieldMapping> fieldMappings)

        Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.

        Parameters:
        fieldMappings - Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMappings

        SalesforceStandardKnowledgeArticleTypeConfiguration.Builder fieldMappings​(DataSourceToIndexFieldMapping... fieldMappings)

        Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.

        Parameters:
        fieldMappings - Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.