Class CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.SalesforceChatterFeedConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.SalesforceChatterFeedConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.SalesforceChatterFeedConfigurationProperty
An implementation for
CfnDataSource.SalesforceChatterFeedConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceChatterFeedConfigurationProperty
CfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder, CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the column in the Salesforce FeedItem table that contains the content to index.final StringThe name of the column in the Salesforce FeedItem table that contains the title of the document.final ObjectMaps fields from a Salesforce chatter feed into Amazon Kendra index fields.Filters the documents in the feed based on status of the user.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationPropertyThe name of the column in the Salesforce FeedItem table that contains the content to index.Typically this is the
Bodycolumn.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationPropertyThe name of the column in the Salesforce FeedItem table that contains the title of the document.This is typically the
Titlecolumn.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationPropertyMaps fields from a Salesforce chatter feed into Amazon Kendra index fields.- Specified by:
getFieldMappingsin interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getIncludeFilterTypes
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationPropertyFilters the documents in the feed based on status of the user.When you specify
ACTIVE_USERSonly documents from users who have an active account are indexed. When you specifySTANDARD_USERonly documents for Salesforce standard users are documented. You can specify both.- Specified by:
getIncludeFilterTypesin interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-