public static interface SalesforceStandardObjectConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceStandardObjectConfiguration.Builder,SalesforceStandardObjectConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SalesforceStandardObjectConfiguration.Builder |
documentDataFieldName(String documentDataFieldName)
The name of the field in the standard object table that contains the document contents.
|
SalesforceStandardObjectConfiguration.Builder |
documentTitleFieldName(String documentTitleFieldName)
The name of the field in the standard object table that contains the document title.
|
SalesforceStandardObjectConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names.
|
SalesforceStandardObjectConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names.
|
SalesforceStandardObjectConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names.
|
SalesforceStandardObjectConfiguration.Builder |
name(SalesforceStandardObjectName name)
The name of the standard object.
|
SalesforceStandardObjectConfiguration.Builder |
name(String name)
The name of the standard object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSalesforceStandardObjectConfiguration.Builder name(String name)
The name of the standard object.
name - The name of the standard object.SalesforceStandardObjectName,
SalesforceStandardObjectNameSalesforceStandardObjectConfiguration.Builder name(SalesforceStandardObjectName name)
The name of the standard object.
name - The name of the standard object.SalesforceStandardObjectName,
SalesforceStandardObjectNameSalesforceStandardObjectConfiguration.Builder documentDataFieldName(String documentDataFieldName)
The name of the field in the standard object table that contains the document contents.
documentDataFieldName - The name of the field in the standard object table that contains the document contents.SalesforceStandardObjectConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The name of the field in the standard object table that contains the document title.
documentTitleFieldName - The name of the field in the standard object table that contains the document title.SalesforceStandardObjectConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see
Mapping data source fields. The
Salesforce data source field names must exist in your Salesforce custom metadata.
fieldMappings - Maps attributes or field names of the standard object to Amazon Kendra index field names. To create
custom fields, use the UpdateIndex API before you map to Salesforce fields. For more
information, see Mapping
data source fields. The Salesforce data source field names must exist in your Salesforce custom
metadata.SalesforceStandardObjectConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see
Mapping data source fields. The
Salesforce data source field names must exist in your Salesforce custom metadata.
fieldMappings - Maps attributes or field names of the standard object to Amazon Kendra index field names. To create
custom fields, use the UpdateIndex API before you map to Salesforce fields. For more
information, see Mapping
data source fields. The Salesforce data source field names must exist in your Salesforce custom
metadata.SalesforceStandardObjectConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to Salesforce fields. For more information, see
Mapping data source fields. The
Salesforce data source field names must exist in your Salesforce custom metadata.
DataSourceToIndexFieldMapping.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.