Class CfnIndex.SearchProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnIndex.SearchProperty.Jsii$Proxy
All Implemented Interfaces:
CfnIndex.SearchProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIndex.SearchProperty

@Stability(Stable) @Internal public static final class CfnIndex.SearchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.SearchProperty
An implementation for CfnIndex.SearchProperty
  • 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.CfnIndex.SearchProperty

    CfnIndex.SearchProperty.Builder, CfnIndex.SearchProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnIndex.SearchProperty.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Determines whether the field is returned in the query response.
    final Object
    Indicates that the field can be used to create search facets, a count of results for each value in the field.
    final Object
    Determines whether the field is used in the search.
    final Object
    Determines whether the field can be used to sort the results of a query.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnIndex.SearchProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIndex.SearchProperty.Builder.
  • Method Details

    • getDisplayable

      public final Object getDisplayable()
      Description copied from interface: CfnIndex.SearchProperty
      Determines whether the field is returned in the query response.

      The default is true .

      Specified by:
      getDisplayable in interface CfnIndex.SearchProperty
    • getFacetable

      public final Object getFacetable()
      Description copied from interface: CfnIndex.SearchProperty
      Indicates that the field can be used to create search facets, a count of results for each value in the field.

      The default is false .

      Specified by:
      getFacetable in interface CfnIndex.SearchProperty
    • getSearchable

      public final Object getSearchable()
      Description copied from interface: CfnIndex.SearchProperty
      Determines whether the field is used in the search.

      If the Searchable field is true , you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is true for string fields and false for number and date fields.

      Specified by:
      getSearchable in interface CfnIndex.SearchProperty
    • getSortable

      public final Object getSortable()
      Description copied from interface: CfnIndex.SearchProperty
      Determines whether the field can be used to sort the results of a query.

      The default is false .

      Specified by:
      getSortable in interface CfnIndex.SearchProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object