Class CfnDataSourcePropsMixin.ColumnConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.ColumnConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.ColumnConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.ColumnConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.ColumnConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.ColumnConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.ColumnConfigurationProperty
CfnDataSourcePropsMixin.ColumnConfigurationProperty.Builder, CfnDataSourcePropsMixin.ColumnConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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 theCfnDataSourcePropsMixin.ColumnConfigurationProperty.Builder.
-
-
Method Details
-
getChangeDetectingColumns
Description copied from interface:CfnDataSourcePropsMixin.ColumnConfigurationPropertyOne to five columns that indicate when a document in the database has changed.- Specified by:
getChangeDetectingColumnsin interfaceCfnDataSourcePropsMixin.ColumnConfigurationProperty- See Also:
-
getDocumentDataColumnName
Description copied from interface:CfnDataSourcePropsMixin.ColumnConfigurationPropertyThe column that contains the contents of the document.- Specified by:
getDocumentDataColumnNamein interfaceCfnDataSourcePropsMixin.ColumnConfigurationProperty- See Also:
-
getDocumentIdColumnName
Description copied from interface:CfnDataSourcePropsMixin.ColumnConfigurationPropertyThe column that provides the document's identifier.- Specified by:
getDocumentIdColumnNamein interfaceCfnDataSourcePropsMixin.ColumnConfigurationProperty- See Also:
-
getDocumentTitleColumnName
Description copied from interface:CfnDataSourcePropsMixin.ColumnConfigurationPropertyThe column that contains the title of the document.- Specified by:
getDocumentTitleColumnNamein interfaceCfnDataSourcePropsMixin.ColumnConfigurationProperty- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSourcePropsMixin.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.DataSourceToIndexFieldMappingProperty>- Specified by:
getFieldMappingsin interfaceCfnDataSourcePropsMixin.ColumnConfigurationProperty- 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()
-