public static interface SalesforceStandardKnowledgeArticleTypeConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceStandardKnowledgeArticleTypeConfiguration.Builder,SalesforceStandardKnowledgeArticleTypeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SalesforceStandardKnowledgeArticleTypeConfiguration.Builder |
documentDataFieldName(String documentDataFieldName)
The name of the field that contains the document data to index.
|
SalesforceStandardKnowledgeArticleTypeConfiguration.Builder |
documentTitleFieldName(String documentTitleFieldName)
The name of the field that contains the document title.
|
SalesforceStandardKnowledgeArticleTypeConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of the knowledge article to Amazon Kendra index field names.
|
SalesforceStandardKnowledgeArticleTypeConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Maps attributes or field names of the knowledge article to Amazon Kendra index field names.
|
SalesforceStandardKnowledgeArticleTypeConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of the knowledge article to Amazon Kendra index field names.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSalesforceStandardKnowledgeArticleTypeConfiguration.Builder documentDataFieldName(String documentDataFieldName)
The name of the field that contains the document data to index.
documentDataFieldName - The name of the field that contains the document data to index.SalesforceStandardKnowledgeArticleTypeConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The name of the field that contains the document title.
documentTitleFieldName - The name of the field that contains the document title.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.
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.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.
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.SalesforceStandardKnowledgeArticleTypeConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... 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.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #fieldMappings(List.
fieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#fieldMappings(java.util.Collection) Copyright © 2023. All rights reserved.