public class PutScalingPolicyRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input for a request action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
comparisonOperator
Comparison operator to use when measuring the metric against the
threshold value.
|
private java.lang.Integer |
evaluationPeriods
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
private java.lang.String |
fleetId
Unique identity for the fleet to scale with this policy.
|
private java.lang.String |
metricName
Name of the Service-defined metric that is used to trigger an adjustment.
|
private java.lang.String |
name
Descriptive label associated with this scaling policy.
|
private java.lang.Integer |
scalingAdjustment
Amount of adjustment to make, based on the scaling adjustment type.
|
private java.lang.String |
scalingAdjustmentType
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
private java.lang.Double |
threshold
Metric value used to trigger a scaling event.
|
NOOP
Constructor and Description |
---|
PutScalingPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
PutScalingPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComparisonOperator()
Comparison operator to use when measuring the metric against the
threshold value.
|
java.lang.Integer |
getEvaluationPeriods()
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
java.lang.String |
getFleetId()
Unique identity for the fleet to scale with this policy.
|
java.lang.String |
getMetricName()
Name of the Service-defined metric that is used to trigger an adjustment.
|
java.lang.String |
getName()
Descriptive label associated with this scaling policy.
|
java.lang.Integer |
getScalingAdjustment()
Amount of adjustment to make, based on the scaling adjustment type.
|
java.lang.String |
getScalingAdjustmentType()
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
java.lang.Double |
getThreshold()
Metric value used to trigger a scaling event.
|
int |
hashCode() |
void |
setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the
threshold value.
|
void |
setComparisonOperator(java.lang.String comparisonOperator)
Comparison operator to use when measuring the metric against the
threshold value.
|
void |
setEvaluationPeriods(java.lang.Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
void |
setFleetId(java.lang.String fleetId)
Unique identity for the fleet to scale with this policy.
|
void |
setMetricName(MetricName metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
void |
setMetricName(java.lang.String metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
void |
setName(java.lang.String name)
Descriptive label associated with this scaling policy.
|
void |
setScalingAdjustment(java.lang.Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
void |
setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
void |
setScalingAdjustmentType(java.lang.String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
void |
setThreshold(java.lang.Double threshold)
Metric value used to trigger a scaling event.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutScalingPolicyRequest |
withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the
threshold value.
|
PutScalingPolicyRequest |
withComparisonOperator(java.lang.String comparisonOperator)
Comparison operator to use when measuring the metric against the
threshold value.
|
PutScalingPolicyRequest |
withEvaluationPeriods(java.lang.Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
PutScalingPolicyRequest |
withFleetId(java.lang.String fleetId)
Unique identity for the fleet to scale with this policy.
|
PutScalingPolicyRequest |
withMetricName(MetricName metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
PutScalingPolicyRequest |
withMetricName(java.lang.String metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
PutScalingPolicyRequest |
withName(java.lang.String name)
Descriptive label associated with this scaling policy.
|
PutScalingPolicyRequest |
withScalingAdjustment(java.lang.Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
PutScalingPolicyRequest |
withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
PutScalingPolicyRequest |
withScalingAdjustmentType(java.lang.String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
PutScalingPolicyRequest |
withThreshold(java.lang.Double threshold)
Metric value used to trigger a scaling event.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String name
Descriptive label associated with this scaling policy. Policy names do not need to be unique. A fleet can have only one scaling policy with the same name.
private java.lang.String fleetId
Unique identity for the fleet to scale with this policy.
private java.lang.Integer scalingAdjustment
Amount of adjustment to make, based on the scaling adjustment type.
private java.lang.String scalingAdjustmentType
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
private java.lang.Double threshold
Metric value used to trigger a scaling event.
private java.lang.String comparisonOperator
Comparison operator to use when measuring the metric against the threshold value.
private java.lang.Integer evaluationPeriods
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
private java.lang.String metricName
Name of the Service-defined metric that is used to trigger an adjustment.
public void setName(java.lang.String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique. A fleet can have only one scaling policy with the same name.
name
- Descriptive label associated with this scaling policy. Policy
names do not need to be unique. A fleet can have only one scaling
policy with the same name.public java.lang.String getName()
Descriptive label associated with this scaling policy. Policy names do not need to be unique. A fleet can have only one scaling policy with the same name.
public PutScalingPolicyRequest withName(java.lang.String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique. A fleet can have only one scaling policy with the same name.
name
- Descriptive label associated with this scaling policy. Policy
names do not need to be unique. A fleet can have only one scaling
policy with the same name.public void setFleetId(java.lang.String fleetId)
Unique identity for the fleet to scale with this policy.
fleetId
- Unique identity for the fleet to scale with this policy.public java.lang.String getFleetId()
Unique identity for the fleet to scale with this policy.
public PutScalingPolicyRequest withFleetId(java.lang.String fleetId)
Unique identity for the fleet to scale with this policy.
fleetId
- Unique identity for the fleet to scale with this policy.public void setScalingAdjustment(java.lang.Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
scalingAdjustment
- Amount of adjustment to make, based on the scaling adjustment
type.public java.lang.Integer getScalingAdjustment()
Amount of adjustment to make, based on the scaling adjustment type.
public PutScalingPolicyRequest withScalingAdjustment(java.lang.Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
scalingAdjustment
- Amount of adjustment to make, based on the scaling adjustment
type.public void setScalingAdjustmentType(java.lang.String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType
- Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentType
public java.lang.String getScalingAdjustmentType()
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
ScalingAdjustmentType
public PutScalingPolicyRequest withScalingAdjustmentType(java.lang.String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType
- Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentType
public void setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType
- Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentType
public PutScalingPolicyRequest withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
scalingAdjustmentType
- Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ScalingAdjustmentType
public void setThreshold(java.lang.Double threshold)
Metric value used to trigger a scaling event.
threshold
- Metric value used to trigger a scaling event.public java.lang.Double getThreshold()
Metric value used to trigger a scaling event.
public PutScalingPolicyRequest withThreshold(java.lang.Double threshold)
Metric value used to trigger a scaling event.
threshold
- Metric value used to trigger a scaling event.public void setComparisonOperator(java.lang.String comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
comparisonOperator
- Comparison operator to use when measuring the metric against the
threshold value.ComparisonOperatorType
public java.lang.String getComparisonOperator()
Comparison operator to use when measuring the metric against the threshold value.
ComparisonOperatorType
public PutScalingPolicyRequest withComparisonOperator(java.lang.String comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
comparisonOperator
- Comparison operator to use when measuring the metric against the
threshold value.ComparisonOperatorType
public void setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
comparisonOperator
- Comparison operator to use when measuring the metric against the
threshold value.ComparisonOperatorType
public PutScalingPolicyRequest withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
comparisonOperator
- Comparison operator to use when measuring the metric against the
threshold value.ComparisonOperatorType
public void setEvaluationPeriods(java.lang.Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
evaluationPeriods
- Length of time (in minutes) the metric must be at or beyond the
threshold before a scaling event is triggered.public java.lang.Integer getEvaluationPeriods()
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
public PutScalingPolicyRequest withEvaluationPeriods(java.lang.Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
evaluationPeriods
- Length of time (in minutes) the metric must be at or beyond the
threshold before a scaling event is triggered.public void setMetricName(java.lang.String metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
metricName
- Name of the Service-defined metric that is used to trigger an
adjustment.
MetricName
public java.lang.String getMetricName()
Name of the Service-defined metric that is used to trigger an adjustment.
MetricName
public PutScalingPolicyRequest withMetricName(java.lang.String metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
metricName
- Name of the Service-defined metric that is used to trigger an
adjustment.
MetricName
public void setMetricName(MetricName metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
metricName
- Name of the Service-defined metric that is used to trigger an
adjustment.
MetricName
public PutScalingPolicyRequest withMetricName(MetricName metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
metricName
- Name of the Service-defined metric that is used to trigger an
adjustment.
MetricName
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutScalingPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()