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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceChatterFeedConfigurationProperty
CfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder, CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the column in the Salesforce FeedItem table that contains the content to index.final String
The name of the column in the Salesforce FeedItem table that contains the title of the document.final Object
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.Filters the documents in the feed based on status of the user.final int
hashCode()
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.SalesforceChatterFeedConfigurationProperty
The name of the column in the Salesforce FeedItem table that contains the content to index.Typically this is the
Body
column.- Specified by:
getDocumentDataFieldName
in interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationProperty
The name of the column in the Salesforce FeedItem table that contains the title of the document.This is typically the
Title
column.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationProperty
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.- Specified by:
getFieldMappings
in interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
getIncludeFilterTypes
Description copied from interface:CfnDataSource.SalesforceChatterFeedConfigurationProperty
Filters the documents in the feed based on status of the user.When you specify
ACTIVE_USERS
only documents from users who have an active account are indexed. When you specifySTANDARD_USER
only documents for Salesforce standard users are documented. You can specify both.- Specified by:
getIncludeFilterTypes
in interfaceCfnDataSource.SalesforceChatterFeedConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-