public static interface SalesforceStandardObjectAttachmentConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceStandardObjectAttachmentConfiguration.Builder,SalesforceStandardObjectAttachmentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SalesforceStandardObjectAttachmentConfiguration.Builder |
documentTitleFieldName(String documentTitleFieldName)
The name of the field used for the document title.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
SalesforceStandardObjectAttachmentConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSalesforceStandardObjectAttachmentConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The name of the field used for the document title.
documentTitleFieldName - The name of the field used for the document title.SalesforceStandardObjectAttachmentConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
fieldMappings - One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
fieldMappings - One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
This is a convenience method that creates an instance of theDataSourceToIndexFieldMapping.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.