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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder, CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.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 booleanfinal StringThe name of the field in the data source.final StringThe format for date fields in the data source.final StringThe name of the index field to map to the Confluence data source field.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 theCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder.
-
-
Method Details
-
getDataSourceFieldName
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingPropertyThe name of the field in the data source.- Specified by:
getDataSourceFieldNamein interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
getIndexFieldName
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingPropertyThe 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:
getIndexFieldNamein interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
getDateFieldFormat
Description copied from interface:CfnDataSource.ConfluenceBlogToIndexFieldMappingPropertyThe format for date fields in the data source.If the field specified in
DataSourceFieldNameis a date field you must specify the date format. If the field is not a date field, an exception is thrown.- Specified by:
getDateFieldFormatin interfaceCfnDataSource.ConfluenceBlogToIndexFieldMappingProperty
-
$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()
-