Interface ConfluencePageConfiguration.Builder

    • Method Detail

      • pageFieldMappings

        ConfluencePageConfiguration.Builder pageFieldMappings​(Collection<ConfluencePageToIndexFieldMapping> pageFieldMappings)

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

        If you specify the PageFieldMappings parameter, you must specify at least one field mapping.

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

        If you specify the PageFieldMappings parameter, you must specify at least one field mapping.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageFieldMappings

        ConfluencePageConfiguration.Builder pageFieldMappings​(ConfluencePageToIndexFieldMapping... pageFieldMappings)

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

        If you specify the PageFieldMappings parameter, you must specify at least one field mapping.

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

        If you specify the PageFieldMappings parameter, you must specify at least one field mapping.

        Returns:
        Returns a reference to this object so that method calls can be chained together.