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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #fieldMappings(List) .fieldMappings - a consumer that will call methods on List.Builder #fieldMappings(List) Copyright © 2021. All rights reserved.