Class CfnIndexPropsMixin.SearchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnIndexPropsMixin.SearchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexPropsMixin.SearchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexPropsMixin.SearchProperty
@Stability(Stable)
@Internal
public static final class CfnIndexPropsMixin.SearchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndexPropsMixin.SearchProperty
An implementation for
CfnIndexPropsMixin.SearchProperty-
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.CfnIndexPropsMixin.SearchProperty
CfnIndexPropsMixin.SearchProperty.Builder, CfnIndexPropsMixin.SearchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndexPropsMixin.SearchProperty.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 ObjectDetermines whether the field is returned in the query response.final ObjectIndicates that the field can be used to create search facets, a count of results for each value in the field.final ObjectDetermines whether the field is used in the search.final ObjectDetermines whether the field can be used to sort the results of a query.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 theCfnIndexPropsMixin.SearchProperty.Builder.
-
-
Method Details
-
getDisplayable
Description copied from interface:CfnIndexPropsMixin.SearchPropertyDetermines whether the field is returned in the query response.The default is
true.Returns union: either
BooleanorIResolvable- Specified by:
getDisplayablein interfaceCfnIndexPropsMixin.SearchProperty- See Also:
-
getFacetable
Description copied from interface:CfnIndexPropsMixin.SearchPropertyIndicates that the field can be used to create search facets, a count of results for each value in the field.The default is
false.Returns union: either
BooleanorIResolvable- Specified by:
getFacetablein interfaceCfnIndexPropsMixin.SearchProperty- See Also:
-
getSearchable
Description copied from interface:CfnIndexPropsMixin.SearchPropertyDetermines whether the field is used in the search.If the
Searchablefield istrue, you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default istruefor string fields andfalsefor number and date fields.Returns union: either
BooleanorIResolvable- Specified by:
getSearchablein interfaceCfnIndexPropsMixin.SearchProperty- See Also:
-
getSortable
Description copied from interface:CfnIndexPropsMixin.SearchPropertyDetermines whether the field can be used to sort the results of a query.The default is
false.Returns union: either
BooleanorIResolvable- Specified by:
getSortablein interfaceCfnIndexPropsMixin.SearchProperty- 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()
-