@Stability(value=Experimental) @Internal public static final class ThrottleSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ThrottleSettings
ThrottleSettingssoftware.amazon.jsii.JsiiObject.InitializationModeThrottleSettings.Builder, ThrottleSettings.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number burstLimit,
Number rateLimit)
Constructor that initializes the object based on literal property values passed by the
ThrottleSettings.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getBurstLimit()
(experimental) The maximum API request rate limit over a time ranging from one to a few seconds.
|
Number |
getRateLimit()
(experimental) The API request steady-state rate limit (average requests per second over an extended period of time).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number burstLimit, Number rateLimit)
ThrottleSettings.Builder.public final Number getBurstLimit()
ThrottleSettingsDefault: none
getBurstLimit in interface ThrottleSettingspublic final Number getRateLimit()
ThrottleSettingsDefault: none
getRateLimit in interface ThrottleSettings@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.