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