Class CfnEndpointConfig.PrefixAwareRoutingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.PrefixAwareRoutingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.PrefixAwareRoutingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.PrefixAwareRoutingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.PrefixAwareRoutingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.PrefixAwareRoutingConfigProperty
An implementation for
CfnEndpointConfig.PrefixAwareRoutingConfigProperty-
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.sagemaker.CfnEndpointConfig.PrefixAwareRoutingConfigProperty
CfnEndpointConfig.PrefixAwareRoutingConfigProperty.Builder, CfnEndpointConfig.PrefixAwareRoutingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.PrefixAwareRoutingConfigProperty.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 NumberThe maximum number of in-flight requests on the target instance before the endpoint routes to another instance.final NumberThe maximum length of the prefix used for routing decisions.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 theCfnEndpointConfig.PrefixAwareRoutingConfigProperty.Builder.
-
-
Method Details
-
getConcurrencyThreshold
Description copied from interface:CfnEndpointConfig.PrefixAwareRoutingConfigPropertyThe maximum number of in-flight requests on the target instance before the endpoint routes to another instance.Required when RoutingStrategy is PREFIX_AWARE. Valid values are 1 to 1024.
- Specified by:
getConcurrencyThresholdin interfaceCfnEndpointConfig.PrefixAwareRoutingConfigProperty- See Also:
-
getPrefixLength
Description copied from interface:CfnEndpointConfig.PrefixAwareRoutingConfigPropertyThe maximum length of the prefix used for routing decisions.Required when RoutingStrategy is PREFIX_AWARE. Valid values are 1024 to 65536.
- Specified by:
getPrefixLengthin interfaceCfnEndpointConfig.PrefixAwareRoutingConfigProperty- 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()
-