Class CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.SalesforceStandardObjectConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.SalesforceStandardObjectConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.SalesforceStandardObjectConfigurationProperty
An implementation for 
CfnDataSource.SalesforceStandardObjectConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceStandardObjectConfigurationPropertyCfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder, CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the field in the standard object table that contains the document contents.final StringThe name of the field in the standard object table that contains the document title.final ObjectMaps attributes or field names of the standard object to Amazon Kendra index field names.final StringgetName()The name of the standard object.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getDocumentDataFieldNameDescription copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document contents.- Specified by:
- getDocumentDataFieldNamein interface- CfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
 
- 
getNameDescription copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyThe name of the standard object.- Specified by:
- getNamein interface- CfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
 
- 
getDocumentTitleFieldNameDescription copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document title.- Specified by:
- getDocumentTitleFieldNamein interface- CfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
 
- 
getFieldMappingsDescription copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyMaps attributes or field names of the standard object to Amazon Kendra index field names.To create custom fields, use the UpdateIndexAPI 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.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.DataSourceToIndexFieldMappingProperty>- Specified by:
- getFieldMappingsin interface- CfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-