Class AdjustmentTier.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.AdjustmentTier.Jsii$Proxy
- All Implemented Interfaces:
AdjustmentTier
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AdjustmentTier
@Stability(Stable)
@Internal
public static final class AdjustmentTier.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AdjustmentTier
An implementation for
AdjustmentTier
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.AdjustmentTier
AdjustmentTier.Builder, AdjustmentTier.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AdjustmentTier.Builder builder) Constructor that initializes the object based on literal property values passed by theAdjustmentTier.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theAdjustmentTier.Builder
.
-
-
Method Details
-
getAdjustment
Description copied from interface:AdjustmentTier
What number to adjust the capacity with.The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy.
Can be positive or negative.
- Specified by:
getAdjustment
in interfaceAdjustmentTier
-
getLowerBound
Description copied from interface:AdjustmentTier
Lower bound where this scaling tier applies.The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value.
Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
- Specified by:
getLowerBound
in interfaceAdjustmentTier
-
getUpperBound
Description copied from interface:AdjustmentTier
Upper bound where this scaling tier applies.The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value.
Default: +Infinity
- Specified by:
getUpperBound
in interfaceAdjustmentTier
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-