public static final class CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder, CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.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.lang.String |
getDataSourceFieldName()
The name of the field in the data source.
|
java.lang.String |
getDateFieldFormat()
The format for date fields in the data source.
|
java.lang.String |
getIndexFieldName()
The name of the index field to map to the Confluence data source field.
|
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.lang.String getDataSourceFieldName()
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
getDataSourceFieldName
in interface CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
public final java.lang.String getIndexFieldName()
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
The index field type must match the Confluence field type.
getIndexFieldName
in interface CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
public final java.lang.String getDateFieldFormat()
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
If the field specified in DataSourceFieldName
is a date field you must specify the date format. If the field is not a date field, an exception is thrown.
getDateFieldFormat
in interface CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()