Interface SuspendedState.Builder

  • Method Details

    • dynamicScalingInSuspended

      SuspendedState.Builder dynamicScalingInSuspended(Boolean dynamicScalingInSuspended)

      Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.

      Parameters:
      dynamicScalingInSuspended - Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dynamicScalingOutSuspended

      SuspendedState.Builder dynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)

      Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.

      Parameters:
      dynamicScalingOutSuspended - Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledScalingSuspended

      SuspendedState.Builder scheduledScalingSuspended(Boolean scheduledScalingSuspended)

      Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.

      Parameters:
      scheduledScalingSuspended - Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.