Class CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty
CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Builder, CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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
protected Jsii$Proxy(CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty.Builder.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document contents.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationPropertyThe name of the field in the standard object table that contains the document title.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSourcePropsMixin.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: '<'eitherIResolvableorCfnDataSourcePropsMixin.DataSourceToIndexFieldMappingProperty>- Specified by:
getFieldMappingsin interfaceCfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnDataSourcePropsMixin.SalesforceStandardObjectConfigurationPropertyThe name of the standard object.- Specified by:
getNamein interfaceCfnDataSourcePropsMixin.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()
-