Uses of Interface
software.amazon.awssdk.services.kendra.model.SalesforceStandardObjectAttachmentConfiguration.Builder
-
Packages that use SalesforceStandardObjectAttachmentConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SalesforceStandardObjectAttachmentConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SalesforceStandardObjectAttachmentConfiguration.Builder Modifier and Type Method Description static SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration. builder()SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration.Builder. documentTitleFieldName(String documentTitleFieldName)The name of the field used for the document title.SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration.Builder. fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration.Builder. fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration.Builder. fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.BuilderSalesforceStandardObjectAttachmentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SalesforceStandardObjectAttachmentConfiguration.Builder Modifier and Type Method Description static Class<? extends SalesforceStandardObjectAttachmentConfiguration.Builder>SalesforceStandardObjectAttachmentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SalesforceStandardObjectAttachmentConfiguration.Builder Modifier and Type Method Description default SalesforceConfiguration.BuilderSalesforceConfiguration.Builder. standardObjectAttachmentConfiguration(Consumer<SalesforceStandardObjectAttachmentConfiguration.Builder> standardObjectAttachmentConfiguration)Configuration information for processing attachments to Salesforce standard objects.
-