| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.builder() |
SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.Builder.documentTitleFieldName(String documentTitleFieldName)
The name of the field used for the document title.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
SalesforceStandardObjectAttachmentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SalesforceStandardObjectAttachmentConfiguration.Builder> |
SalesforceStandardObjectAttachmentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SalesforceConfiguration.Builder |
SalesforceConfiguration.Builder.standardObjectAttachmentConfiguration(Consumer<SalesforceStandardObjectAttachmentConfiguration.Builder> standardObjectAttachmentConfiguration)
Configuration information for processing attachments to Salesforce standard objects.
|
Copyright © 2023. All rights reserved.