@Stability(value=Experimental) @Internal public static final class ScalingInterval.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScalingInterval
ScalingInterval
software.amazon.jsii.JsiiObject.InitializationMode
ScalingInterval.Builder, ScalingInterval.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 change,
Number lower,
Number upper)
Constructor that initializes the object based on literal property values passed by the
ScalingInterval.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getChange()
(experimental) The capacity adjustment to apply in this interval.
|
Number |
getLower()
(experimental) The lower bound of the interval.
|
Number |
getUpper()
(experimental) The upper bound of the interval.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(Number change, Number lower, Number upper)
ScalingInterval.Builder
.public final Number getChange()
ScalingInterval
The number is interpreted differently based on AdjustmentType:
getChange
in interface ScalingInterval
public final Number getLower()
ScalingInterval
The scaling adjustment will be applied if the metric is higher than this value.
Default: Threshold automatically derived from neighbouring intervals
getLower
in interface ScalingInterval
public final Number getUpper()
ScalingInterval
The scaling adjustment will be applied if the metric is lower than this value.
Default: Threshold automatically derived from neighbouring intervals
getUpper
in interface ScalingInterval
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.