@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepScalingPolicyConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Represents a step scaling policy configuration to use with Application Auto Scaling.
For more information, see Step scaling policies in the Application Auto Scaling User Guide.
Constructor and Description |
---|
StepScalingPolicyConfiguration() |
Modifier and Type | Method and Description |
---|---|
StepScalingPolicyConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAdjustmentType()
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
Integer |
getCooldown()
The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
String |
getMetricAggregationType()
The aggregation type for the CloudWatch metrics.
|
Integer |
getMinAdjustmentMagnitude()
The minimum value to scale by when the adjustment type is
PercentChangeInCapacity . |
List<StepAdjustment> |
getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdjustmentType(AdjustmentType adjustmentType)
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
void |
setAdjustmentType(String adjustmentType)
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
void |
setCooldown(Integer cooldown)
The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
void |
setMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
void |
setMetricAggregationType(String metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
void |
setMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
The minimum value to scale by when the adjustment type is
PercentChangeInCapacity . |
void |
setStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
String |
toString()
Returns a string representation of this object.
|
StepScalingPolicyConfiguration |
withAdjustmentType(AdjustmentType adjustmentType)
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
StepScalingPolicyConfiguration |
withAdjustmentType(String adjustmentType)
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
StepScalingPolicyConfiguration |
withCooldown(Integer cooldown)
The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
StepScalingPolicyConfiguration |
withMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
StepScalingPolicyConfiguration |
withMetricAggregationType(String metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
StepScalingPolicyConfiguration |
withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
The minimum value to scale by when the adjustment type is
PercentChangeInCapacity . |
StepScalingPolicyConfiguration |
withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
StepScalingPolicyConfiguration |
withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
public void setAdjustmentType(String adjustmentType)
Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
adjustmentType
- Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
AdjustmentType
public String getAdjustmentType()
Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values
are ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
AdjustmentType
public StepScalingPolicyConfiguration withAdjustmentType(String adjustmentType)
Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
adjustmentType
- Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
AdjustmentType
public void setAdjustmentType(AdjustmentType adjustmentType)
Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
adjustmentType
- Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
AdjustmentType
public StepScalingPolicyConfiguration withAdjustmentType(AdjustmentType adjustmentType)
Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
adjustmentType
- Specifies how the ScalingAdjustment
value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are
ChangeInCapacity
, ExactCapacity
, and PercentChangeInCapacity
.
AdjustmentType
is required if you are adding a new step scaling policy configuration.
AdjustmentType
public List<StepAdjustment> getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
public void setStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
stepAdjustments
- A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
public StepScalingPolicyConfiguration withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
NOTE: This method appends the values to the existing list (if any). Use
setStepAdjustments(java.util.Collection)
or withStepAdjustments(java.util.Collection)
if you
want to override the existing values.
stepAdjustments
- A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
public StepScalingPolicyConfiguration withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
stepAdjustments
- A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration.
public void setMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
The minimum value to scale by when the adjustment type is PercentChangeInCapacity
. For example,
suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a
MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling policy is performed, 25
percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude
of 2, Application Auto
Scaling scales out the service by 2 tasks.
minAdjustmentMagnitude
- The minimum value to scale by when the adjustment type is PercentChangeInCapacity
. For
example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent
and you specify a MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling
policy is performed, 25 percent of 4 is 1. However, because you specified a
MinAdjustmentMagnitude
of 2, Application Auto Scaling scales out the service by 2 tasks.public Integer getMinAdjustmentMagnitude()
The minimum value to scale by when the adjustment type is PercentChangeInCapacity
. For example,
suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a
MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling policy is performed, 25
percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude
of 2, Application Auto
Scaling scales out the service by 2 tasks.
PercentChangeInCapacity
. For
example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent
and you specify a MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling
policy is performed, 25 percent of 4 is 1. However, because you specified a
MinAdjustmentMagnitude
of 2, Application Auto Scaling scales out the service by 2 tasks.public StepScalingPolicyConfiguration withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
The minimum value to scale by when the adjustment type is PercentChangeInCapacity
. For example,
suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a
MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling policy is performed, 25
percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude
of 2, Application Auto
Scaling scales out the service by 2 tasks.
minAdjustmentMagnitude
- The minimum value to scale by when the adjustment type is PercentChangeInCapacity
. For
example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent
and you specify a MinAdjustmentMagnitude
of 2. If the service has 4 tasks and the scaling
policy is performed, 25 percent of 4 is 1. However, because you specified a
MinAdjustmentMagnitude
of 2, Application Auto Scaling scales out the service by 2 tasks.public void setCooldown(Integer cooldown)
The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.
cooldown
- The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified,
the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.public Integer getCooldown()
The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.
public StepScalingPolicyConfiguration withCooldown(Integer cooldown)
The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.
cooldown
- The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified,
the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide.public void setMetricAggregationType(String metricAggregationType)
The aggregation type for the CloudWatch metrics. Valid values are Minimum
, Maximum
, and
Average
. If the aggregation type is null, the value is treated as Average
.
metricAggregationType
- The aggregation type for the CloudWatch metrics. Valid values are Minimum
,
Maximum
, and Average
. If the aggregation type is null, the value is treated as
Average
.MetricAggregationType
public String getMetricAggregationType()
The aggregation type for the CloudWatch metrics. Valid values are Minimum
, Maximum
, and
Average
. If the aggregation type is null, the value is treated as Average
.
Minimum
,
Maximum
, and Average
. If the aggregation type is null, the value is treated as
Average
.MetricAggregationType
public StepScalingPolicyConfiguration withMetricAggregationType(String metricAggregationType)
The aggregation type for the CloudWatch metrics. Valid values are Minimum
, Maximum
, and
Average
. If the aggregation type is null, the value is treated as Average
.
metricAggregationType
- The aggregation type for the CloudWatch metrics. Valid values are Minimum
,
Maximum
, and Average
. If the aggregation type is null, the value is treated as
Average
.MetricAggregationType
public void setMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics. Valid values are Minimum
, Maximum
, and
Average
. If the aggregation type is null, the value is treated as Average
.
metricAggregationType
- The aggregation type for the CloudWatch metrics. Valid values are Minimum
,
Maximum
, and Average
. If the aggregation type is null, the value is treated as
Average
.MetricAggregationType
public StepScalingPolicyConfiguration withMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics. Valid values are Minimum
, Maximum
, and
Average
. If the aggregation type is null, the value is treated as Average
.
metricAggregationType
- The aggregation type for the CloudWatch metrics. Valid values are Minimum
,
Maximum
, and Average
. If the aggregation type is null, the value is treated as
Average
.MetricAggregationType
public String toString()
toString
in class Object
Object.toString()
public StepScalingPolicyConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.