Class AdjustmentTier.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.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.applicationautoscaling.AdjustmentTier

    AdjustmentTier.Builder, AdjustmentTier.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AdjustmentTier.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    What number to adjust the capacity with.
    final Number
    Lower bound where this scaling tier applies.
    final Number
    Upper bound where this scaling tier applies.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(AdjustmentTier.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AdjustmentTier.Builder.
  • Method Details

    • getAdjustment

      public final Number 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 interface AdjustmentTier
    • getLowerBound

      public final Number 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 interface AdjustmentTier
    • getUpperBound

      public final Number 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 interface AdjustmentTier
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object