Uses of Interface
software.amazon.awssdk.services.opsworks.model.AutoScalingThresholds.Builder
-
Packages that use AutoScalingThresholds.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AutoScalingThresholds.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AutoScalingThresholds.Builder Modifier and Type Method Description AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. alarms(String... alarms)Custom Cloudwatch auto scaling alarms, to be used as thresholds.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. alarms(Collection<String> alarms)Custom Cloudwatch auto scaling alarms, to be used as thresholds.static AutoScalingThresholds.BuilderAutoScalingThresholds. builder()AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. cpuThreshold(Double cpuThreshold)The CPU utilization threshold, as a percent of the available CPU.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. ignoreMetricsTime(Integer ignoreMetricsTime)The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. instanceCount(Integer instanceCount)The number of instances to add or remove when the load exceeds a threshold.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. loadThreshold(Double loadThreshold)The load threshold.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. memoryThreshold(Double memoryThreshold)The memory utilization threshold, as a percent of the available memory.AutoScalingThresholds.BuilderAutoScalingThresholds.Builder. thresholdsWaitTime(Integer thresholdsWaitTime)The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.AutoScalingThresholds.BuilderAutoScalingThresholds. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type AutoScalingThresholds.Builder Modifier and Type Method Description static Class<? extends AutoScalingThresholds.Builder>AutoScalingThresholds. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type AutoScalingThresholds.Builder Modifier and Type Method Description default LoadBasedAutoScalingConfiguration.BuilderLoadBasedAutoScalingConfiguration.Builder. downScaling(Consumer<AutoScalingThresholds.Builder> downScaling)AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.default SetLoadBasedAutoScalingRequest.BuilderSetLoadBasedAutoScalingRequest.Builder. downScaling(Consumer<AutoScalingThresholds.Builder> downScaling)AnAutoScalingThresholdsobject with the downscaling threshold configuration.default LoadBasedAutoScalingConfiguration.BuilderLoadBasedAutoScalingConfiguration.Builder. upScaling(Consumer<AutoScalingThresholds.Builder> upScaling)AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.default SetLoadBasedAutoScalingRequest.BuilderSetLoadBasedAutoScalingRequest.Builder. upScaling(Consumer<AutoScalingThresholds.Builder> upScaling)AnAutoScalingThresholdsobject with the upscaling threshold configuration.
-