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 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.SalesforceStandardObjectConfigurationProperty
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder, CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceStandardObjectConfigurationProperty.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 field in the standard object table that contains the document contents.final String
The name of the field in the standard object table that contains the document title.final Object
Maps attributes or field names of the standard object to Amazon Kendra index field names.final String
getName()
The name of the standard object.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.SalesforceStandardObjectConfigurationProperty.Builder
.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationProperty
The name of the field in the standard object table that contains the document contents.- Specified by:
getDocumentDataFieldName
in interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
-
getName
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationProperty
The name of the standard object.- Specified by:
getName
in interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationProperty
The name of the field in the standard object table that contains the document title.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationProperty
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.- Specified by:
getFieldMappings
in interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty
- See Also:
-
$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()
-