@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 - 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@Stability(value=Stable) public CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder fieldMappings(List<? extends Object> fieldMappings)
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@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.