Class ScalingInterval.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.common.ScalingInterval.Jsii$Proxy
- All Implemented Interfaces:
- ScalingInterval,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ScalingInterval
@Stability(Stable)
@Internal
public static final class ScalingInterval.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ScalingInterval
An implementation for 
ScalingInterval- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.common.ScalingIntervalScalingInterval.Builder, ScalingInterval.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ScalingInterval.Builder builder) Constructor that initializes the object based on literal property values passed by theScalingInterval.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theScalingInterval.Builder.
 
- 
- 
Method Details- 
getChangeDescription copied from interface:ScalingIntervalThe capacity adjustment to apply in this interval.The number is interpreted differently based on AdjustmentType: - ChangeInCapacity: add the adjustment to the current capacity. The number can be positive or negative.
- PercentChangeInCapacity: add or remove the given percentage of the current capacity to itself. The number can be in the range [-100..100].
- ExactCapacity: set the capacity to this number. The number must be positive.
 - Specified by:
- getChangein interface- ScalingInterval
 
- 
getLowerDescription copied from interface:ScalingIntervalThe lower bound of the interval.The scaling adjustment will be applied if the metric is higher than this value. Default: Threshold automatically derived from neighbouring intervals - Specified by:
- getLowerin interface- ScalingInterval
 
- 
getUpperDescription copied from interface:ScalingIntervalThe upper bound of the interval.The scaling adjustment will be applied if the metric is lower than this value. Default: Threshold automatically derived from neighbouring intervals - Specified by:
- getUpperin interface- ScalingInterval
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-