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)
One or more objects that map fields in the standard object to Amazon Kendra index fields.
|
SalesforceStandardObjectConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
One or more objects that map fields in the standard object to Amazon Kendra index fields.
|
SalesforceStandardObjectConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in the standard object to Amazon Kendra index fields.
|
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)
One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.
fieldMappings - One or more objects that map fields in the standard object to Amazon Kendra index fields. The index
field must exist before you can map a Salesforce field to it.SalesforceStandardObjectConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.
fieldMappings - One or more objects that map fields in the standard object to Amazon Kendra index fields. The index
field must exist before you can map a Salesforce field to it.SalesforceStandardObjectConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.
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.