@Stability(value=Stable) public static final class CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder |
documentDataFieldName(String documentDataFieldName)
|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder |
documentTitleFieldName(String documentTitleFieldName)
|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder |
fieldMappings(IResolvable fieldMappings)
|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder |
fieldMappings(List<? extends Object> fieldMappings)
|
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder |
name(String name)
|
@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder documentDataFieldName(String documentDataFieldName)
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.getDocumentDataFieldName()documentDataFieldName - The name of the field in the custom knowledge article that contains the document data to index. This parameter is required.this@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder name(String name)
name - The name of the configuration. This parameter is required.this@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder documentTitleFieldName(String documentTitleFieldName)
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.getDocumentTitleFieldName()documentTitleFieldName - The name of the field in the custom knowledge article that contains the document title.this@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder fieldMappings(IResolvable fieldMappings)
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.getFieldMappings()fieldMappings - Maps attributes or field names of the custom 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.this@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder fieldMappings(List<? extends Object> fieldMappings)
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.getFieldMappings()fieldMappings - Maps attributes or field names of the custom 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.this@Stability(value=Stable) public CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty>CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.