Class CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty
An implementation for
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty-
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.ConfluenceSpaceToIndexFieldMappingProperty
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Builder, CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.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.ConfluenceSpaceToIndexFieldMappingProperty.Builder.
-
-
Method Details
-
getDataSourceFieldName
Description copied from interface:CfnDataSource.ConfluenceSpaceToIndexFieldMappingPropertyThe name of the field in the data source.- Specified by:
getDataSourceFieldNamein interfaceCfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty- See Also:
-
getIndexFieldName
Description copied from interface:CfnDataSource.ConfluenceSpaceToIndexFieldMappingPropertyThe 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.ConfluenceSpaceToIndexFieldMappingProperty- See Also:
-
getDateFieldFormat
Description copied from interface:CfnDataSource.ConfluenceSpaceToIndexFieldMappingPropertyThe 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.ConfluenceSpaceToIndexFieldMappingProperty- 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()
-