Class CfnIndexPropsMixin.MethodProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnIndexPropsMixin.MethodProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexPropsMixin.MethodProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexPropsMixin.MethodProperty
@Stability(Stable)
@Internal
public static final class CfnIndexPropsMixin.MethodProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndexPropsMixin.MethodProperty
An implementation for
CfnIndexPropsMixin.MethodProperty-
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.opensearchserverless.CfnIndexPropsMixin.MethodProperty
CfnIndexPropsMixin.MethodProperty.Builder, CfnIndexPropsMixin.MethodProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndexPropsMixin.MethodProperty.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 k-NN search engine to use.final StringgetName()The algorithm name for k-NN search.final ObjectAdditional parameters for the k-NN algorithm.final StringThe distance function used for k-NN search.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.MethodProperty.Builder.
-
-
Method Details
-
getEngine
Description copied from interface:CfnIndexPropsMixin.MethodPropertyThe k-NN search engine to use.- Specified by:
getEnginein interfaceCfnIndexPropsMixin.MethodProperty- See Also:
-
getName
Description copied from interface:CfnIndexPropsMixin.MethodPropertyThe algorithm name for k-NN search.- Specified by:
getNamein interfaceCfnIndexPropsMixin.MethodProperty- See Also:
-
getParameters
Description copied from interface:CfnIndexPropsMixin.MethodPropertyAdditional parameters for the k-NN algorithm.Returns union: either
IResolvableorCfnIndexPropsMixin.ParametersProperty- Specified by:
getParametersin interfaceCfnIndexPropsMixin.MethodProperty- See Also:
-
getSpaceType
Description copied from interface:CfnIndexPropsMixin.MethodPropertyThe distance function used for k-NN search.- Specified by:
getSpaceTypein interfaceCfnIndexPropsMixin.MethodProperty- 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()
-