| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.clone() |
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withDocumentDataFieldName(String documentDataFieldName)
The name of the field in the standard object table that contains the document contents.
|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withDocumentTitleFieldName(String documentTitleFieldName)
The name of the field in the standard object table that contains the document title.
|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names.
|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names.
|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withName(SalesforceStandardObjectName name)
The name of the standard object.
|
SalesforceStandardObjectConfiguration |
SalesforceStandardObjectConfiguration.withName(String name)
The name of the standard object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SalesforceStandardObjectConfiguration> |
SalesforceConfiguration.getStandardObjectConfigurations()
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceConfiguration |
SalesforceConfiguration.withStandardObjectConfigurations(SalesforceStandardObjectConfiguration... standardObjectConfigurations)
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceConfiguration.setStandardObjectConfigurations(Collection<SalesforceStandardObjectConfiguration> standardObjectConfigurations)
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
SalesforceConfiguration |
SalesforceConfiguration.withStandardObjectConfigurations(Collection<SalesforceStandardObjectConfiguration> standardObjectConfigurations)
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
Copyright © 2022. All rights reserved.