Class CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
An implementation for
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
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.ConfluenceBlogToIndexFieldMappingProperty
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder, CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.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
final String
The name of the field in the data source.final String
The format for date fields in the data source.final String
The name of the index field to map to the Confluence data source field.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.ConfluenceBlogToIndexFieldMappingProperty.Builder
.
-
-
Method Details
-
getDataSourceFieldName
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
The name of the field in the data source.- Specified by:
getDataSourceFieldName
in interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
getIndexFieldName
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
The name of the index field to map to the Confluence data source field.The index field type must match the Confluence field type.
- Specified by:
getIndexFieldName
in interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
getDateFieldFormat
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
The format for date fields in the data source.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.- Specified by:
getDateFieldFormat
in interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
$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()
-