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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ColumnConfigurationProperty
CfnDataSource.ColumnConfigurationProperty.Builder, CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ColumnConfigurationProperty.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
One to five columns that indicate when a document in the database has changed.final String
The column that contains the contents of the document.final String
The column that provides the document's identifier.final String
The column that contains the title of the document.final Object
An array of objects that map database column names to the corresponding fields in an index.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.ColumnConfigurationProperty.Builder
.
-
-
Method Details
-
getChangeDetectingColumns
Description copied from interface:CfnDataSource.ColumnConfigurationProperty
One to five columns that indicate when a document in the database has changed.- Specified by:
getChangeDetectingColumns
in interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentDataColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationProperty
The column that contains the contents of the document.- Specified by:
getDocumentDataColumnName
in interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentIdColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationProperty
The column that provides the document's identifier.- Specified by:
getDocumentIdColumnName
in interfaceCfnDataSource.ColumnConfigurationProperty
-
getDocumentTitleColumnName
Description copied from interface:CfnDataSource.ColumnConfigurationProperty
The column that contains the title of the document.- Specified by:
getDocumentTitleColumnName
in interfaceCfnDataSource.ColumnConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ColumnConfigurationProperty
An 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:
getFieldMappings
in interfaceCfnDataSource.ColumnConfigurationProperty
-
$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()
-