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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceStandardObjectConfigurationProperty
CfnDataSource.SalesforceStandardObjectConfigurationProperty.Builder, CfnDataSource.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document contents.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyThe name of the standard object.- Specified by:
getNamein interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document title.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty- See Also:
-
getFieldMappings
Description 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 interfaceCfnDataSource.SalesforceStandardObjectConfigurationProperty- See Also:
-
$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()
-