public static final class CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ColumnConfigurationProperty
CfnDataSource.ColumnConfigurationProperty
CfnDataSource.ColumnConfigurationProperty.Builder, CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getChangeDetectingColumns()
One to five columns that indicate when a document in the database has changed.
|
java.lang.String |
getDocumentDataColumnName()
The column that contains the contents of the document.
|
java.lang.String |
getDocumentIdColumnName()
The column that provides the document's unique identifier.
|
java.lang.String |
getDocumentTitleColumnName()
The column that contains the title of the document.
|
java.lang.Object |
getFieldMappings()
An array of objects that map database column names to the corresponding fields in an index.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getChangeDetectingColumns()
CfnDataSource.ColumnConfigurationProperty
getChangeDetectingColumns
in interface CfnDataSource.ColumnConfigurationProperty
public final java.lang.String getDocumentDataColumnName()
CfnDataSource.ColumnConfigurationProperty
getDocumentDataColumnName
in interface CfnDataSource.ColumnConfigurationProperty
public final java.lang.String getDocumentIdColumnName()
CfnDataSource.ColumnConfigurationProperty
getDocumentIdColumnName
in interface CfnDataSource.ColumnConfigurationProperty
public final java.lang.String getDocumentTitleColumnName()
CfnDataSource.ColumnConfigurationProperty
getDocumentTitleColumnName
in interface CfnDataSource.ColumnConfigurationProperty
public final java.lang.Object getFieldMappings()
CfnDataSource.ColumnConfigurationProperty
You must first create the fields in the index using the UpdateIndex operation.
getFieldMappings
in interface CfnDataSource.ColumnConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()