@Stability(value=Stable) public static final class CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.SalesforceStandardObjectConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.SalesforceStandardObjectConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder |
documentDataFieldName(String documentDataFieldName)
|
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder |
documentTitleFieldName(String documentTitleFieldName)
|
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder |
fieldMappings(IResolvable fieldMappings)
|
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder |
fieldMappings(List<? extends Object> fieldMappings)
|
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder |
name(String name)
Sets the value of
CfnDataSource.SalesforceStandardObjectConfigurationProperty.getName() |
@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder documentDataFieldName(String documentDataFieldName)
CfnDataSource.SalesforceStandardObjectConfigurationProperty.getDocumentDataFieldName()documentDataFieldName - The name of the field in the standard object table that contains the document contents. This parameter is required.this@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder name(String name)
CfnDataSource.SalesforceStandardObjectConfigurationProperty.getName()name - The name of the standard object. This parameter is required.this@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder documentTitleFieldName(String documentTitleFieldName)
CfnDataSource.SalesforceStandardObjectConfigurationProperty.getDocumentTitleFieldName()documentTitleFieldName - The name of the field in the standard object table that contains the document title.this@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder fieldMappings(IResolvable fieldMappings)
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.this@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder fieldMappings(List<? extends Object> fieldMappings)
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.this@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.SalesforceStandardObjectConfigurationProperty>CfnDataSource.SalesforceStandardObjectConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.