Interface SalesforceStandardObjectAttachmentConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SalesforceStandardObjectAttachmentConfiguration.Builder,SalesforceStandardObjectAttachmentConfiguration>,SdkBuilder<SalesforceStandardObjectAttachmentConfiguration.Builder,SalesforceStandardObjectAttachmentConfiguration>,SdkPojo
- Enclosing class:
- SalesforceStandardObjectAttachmentConfiguration
public static interface SalesforceStandardObjectAttachmentConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceStandardObjectAttachmentConfiguration.Builder,SalesforceStandardObjectAttachmentConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SalesforceStandardObjectAttachmentConfiguration.BuilderdocumentTitleFieldName(String documentTitleFieldName)The name of the field used for the document title.SalesforceStandardObjectAttachmentConfiguration.BuilderfieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.BuilderfieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.SalesforceStandardObjectAttachmentConfiguration.BuilderfieldMappings(DataSourceToIndexFieldMapping... fieldMappings)One or more objects that map fields in attachments to Amazon Kendra index fields.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
documentTitleFieldName
SalesforceStandardObjectAttachmentConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The name of the field used for the document title.
- Parameters:
documentTitleFieldName- The name of the field used for the document title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldMappings
SalesforceStandardObjectAttachmentConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
- Parameters:
fieldMappings- One or more objects that map fields in attachments to Amazon Kendra index fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldMappings
SalesforceStandardObjectAttachmentConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in attachments to Amazon Kendra index fields.
- Parameters:
fieldMappings- One or more objects that map fields in attachments to Amazon Kendra index fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldMappings
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.Builderavoiding the need to create one manually viaDataSourceToIndexFieldMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fieldMappings(List.) - Parameters:
fieldMappings- a consumer that will call methods onDataSourceToIndexFieldMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fieldMappings(java.util.Collection)
-
-