Class CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ColumnConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ColumnConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ColumnConfigurationProperty
An implementation for
CfnDataSource.ColumnConfigurationProperty-
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.ColumnConfigurationProperty
CfnDataSource.ColumnConfigurationProperty.Builder, CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ColumnConfigurationProperty.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 booleanOne to five columns that indicate when a document in the database has changed.final StringThe column that contains the contents of the document.final StringThe column that provides the document's identifier.final StringThe column that contains the title of the document.final ObjectAn array of objects that map database column names to the corresponding fields in an index.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.ColumnConfigurationProperty.Builder.
-
-
Method Details
-
getChangeDetectingColumns
Description copied from interface:CfnDataSource.ColumnConfigurationPropertyOne to five columns that indicate when a document in the database has changed.- Specified by:
getChangeDetectingColumnsin interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentDataColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that contains the contents of the document.- Specified by:
getDocumentDataColumnNamein interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentIdColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that provides the document's identifier.- Specified by:
getDocumentIdColumnNamein interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentTitleColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that contains the title of the document.- Specified by:
getDocumentTitleColumnNamein interfaceCfnDataSource.ColumnConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ColumnConfigurationPropertyAn array of objects that map database column names to the corresponding fields in an index.You must first create the fields in the index using the UpdateIndex operation.
- Specified by:
getFieldMappingsin interfaceCfnDataSource.ColumnConfigurationProperty
-
$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()
-