@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricAlarm extends Object implements Serializable, Cloneable
Represents an alarm.
Constructor and Description |
---|
MetricAlarm() |
Modifier and Type | Method and Description |
---|---|
MetricAlarm |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActionsEnabled()
Indicates whether actions should be executed during any changes to the alarm state.
|
List<String> |
getAlarmActions()
The actions to execute when this alarm transitions to the
ALARM state from any other state. |
String |
getAlarmArn()
The Amazon Resource Name (ARN) of the alarm.
|
Date |
getAlarmConfigurationUpdatedTimestamp()
The time stamp of the last update to the alarm configuration.
|
String |
getAlarmDescription()
The description of the alarm.
|
String |
getAlarmName()
The name of the alarm.
|
String |
getComparisonOperator()
The arithmetic operation to use when comparing the specified statistic and threshold.
|
List<Dimension> |
getDimensions()
The dimensions for the metric associated with the alarm.
|
String |
getEvaluateLowSampleCountPercentile()
Used only for alarms based on percentiles.
|
Integer |
getEvaluationPeriods()
The number of periods over which data is compared to the specified threshold.
|
String |
getExtendedStatistic()
The percentile statistic for the metric associated with the alarm.
|
List<String> |
getInsufficientDataActions()
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
String |
getMetricName()
The name of the metric associated with the alarm.
|
String |
getNamespace()
The namespace of the metric associated with the alarm.
|
List<String> |
getOKActions()
The actions to execute when this alarm transitions to the
OK state from any other state. |
Integer |
getPeriod()
The period, in seconds, over which the statistic is applied.
|
String |
getStateReason()
An explanation for the alarm state, in text format.
|
String |
getStateReasonData()
An explanation for the alarm state, in JSON format.
|
Date |
getStateUpdatedTimestamp()
The time stamp of the last update to the alarm state.
|
String |
getStateValue()
The state value for the alarm.
|
String |
getStatistic()
The statistic for the metric associated with the alarm, other than percentile.
|
Double |
getThreshold()
The value to compare with the specified statistic.
|
String |
getTreatMissingData()
Sets how this alarm is to handle missing data points.
|
String |
getUnit()
The unit of the metric associated with the alarm.
|
int |
hashCode() |
Boolean |
isActionsEnabled()
Indicates whether actions should be executed during any changes to the alarm state.
|
void |
setActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
|
void |
setAlarmActions(Collection<String> alarmActions)
The actions to execute when this alarm transitions to the
ALARM state from any other state. |
void |
setAlarmArn(String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
|
void |
setAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
|
void |
setAlarmDescription(String alarmDescription)
The description of the alarm.
|
void |
setAlarmName(String alarmName)
The name of the alarm.
|
void |
setComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
void |
setComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
void |
setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
void |
setEvaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile)
Used only for alarms based on percentiles.
|
void |
setEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified threshold.
|
void |
setExtendedStatistic(String extendedStatistic)
The percentile statistic for the metric associated with the alarm.
|
void |
setInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
void |
setMetricName(String metricName)
The name of the metric associated with the alarm.
|
void |
setNamespace(String namespace)
The namespace of the metric associated with the alarm.
|
void |
setOKActions(Collection<String> oKActions)
The actions to execute when this alarm transitions to the
OK state from any other state. |
void |
setPeriod(Integer period)
The period, in seconds, over which the statistic is applied.
|
void |
setStateReason(String stateReason)
An explanation for the alarm state, in text format.
|
void |
setStateReasonData(String stateReasonData)
An explanation for the alarm state, in JSON format.
|
void |
setStateUpdatedTimestamp(Date stateUpdatedTimestamp)
The time stamp of the last update to the alarm state.
|
void |
setStateValue(StateValue stateValue)
The state value for the alarm.
|
void |
setStateValue(String stateValue)
The state value for the alarm.
|
void |
setStatistic(Statistic statistic)
The statistic for the metric associated with the alarm, other than percentile.
|
void |
setStatistic(String statistic)
The statistic for the metric associated with the alarm, other than percentile.
|
void |
setThreshold(Double threshold)
The value to compare with the specified statistic.
|
void |
setTreatMissingData(String treatMissingData)
Sets how this alarm is to handle missing data points.
|
void |
setUnit(StandardUnit unit)
The unit of the metric associated with the alarm.
|
void |
setUnit(String unit)
The unit of the metric associated with the alarm.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MetricAlarm |
withActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
|
MetricAlarm |
withAlarmActions(Collection<String> alarmActions)
The actions to execute when this alarm transitions to the
ALARM state from any other state. |
MetricAlarm |
withAlarmActions(String... alarmActions)
The actions to execute when this alarm transitions to the
ALARM state from any other state. |
MetricAlarm |
withAlarmArn(String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
|
MetricAlarm |
withAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
|
MetricAlarm |
withAlarmDescription(String alarmDescription)
The description of the alarm.
|
MetricAlarm |
withAlarmName(String alarmName)
The name of the alarm.
|
MetricAlarm |
withComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
MetricAlarm |
withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
MetricAlarm |
withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
|
MetricAlarm |
withDimensions(Dimension... dimensions)
The dimensions for the metric associated with the alarm.
|
MetricAlarm |
withEvaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile)
Used only for alarms based on percentiles.
|
MetricAlarm |
withEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified threshold.
|
MetricAlarm |
withExtendedStatistic(String extendedStatistic)
The percentile statistic for the metric associated with the alarm.
|
MetricAlarm |
withInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
MetricAlarm |
withInsufficientDataActions(String... insufficientDataActions)
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
MetricAlarm |
withMetricName(String metricName)
The name of the metric associated with the alarm.
|
MetricAlarm |
withNamespace(String namespace)
The namespace of the metric associated with the alarm.
|
MetricAlarm |
withOKActions(Collection<String> oKActions)
The actions to execute when this alarm transitions to the
OK state from any other state. |
MetricAlarm |
withOKActions(String... oKActions)
The actions to execute when this alarm transitions to the
OK state from any other state. |
MetricAlarm |
withPeriod(Integer period)
The period, in seconds, over which the statistic is applied.
|
MetricAlarm |
withStateReason(String stateReason)
An explanation for the alarm state, in text format.
|
MetricAlarm |
withStateReasonData(String stateReasonData)
An explanation for the alarm state, in JSON format.
|
MetricAlarm |
withStateUpdatedTimestamp(Date stateUpdatedTimestamp)
The time stamp of the last update to the alarm state.
|
MetricAlarm |
withStateValue(StateValue stateValue)
The state value for the alarm.
|
MetricAlarm |
withStateValue(String stateValue)
The state value for the alarm.
|
MetricAlarm |
withStatistic(Statistic statistic)
The statistic for the metric associated with the alarm, other than percentile.
|
MetricAlarm |
withStatistic(String statistic)
The statistic for the metric associated with the alarm, other than percentile.
|
MetricAlarm |
withThreshold(Double threshold)
The value to compare with the specified statistic.
|
MetricAlarm |
withTreatMissingData(String treatMissingData)
Sets how this alarm is to handle missing data points.
|
MetricAlarm |
withUnit(StandardUnit unit)
The unit of the metric associated with the alarm.
|
MetricAlarm |
withUnit(String unit)
The unit of the metric associated with the alarm.
|
public void setAlarmName(String alarmName)
The name of the alarm.
alarmName
- The name of the alarm.public String getAlarmName()
The name of the alarm.
public MetricAlarm withAlarmName(String alarmName)
The name of the alarm.
alarmName
- The name of the alarm.public void setAlarmArn(String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
alarmArn
- The Amazon Resource Name (ARN) of the alarm.public String getAlarmArn()
The Amazon Resource Name (ARN) of the alarm.
public MetricAlarm withAlarmArn(String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
alarmArn
- The Amazon Resource Name (ARN) of the alarm.public void setAlarmDescription(String alarmDescription)
The description of the alarm.
alarmDescription
- The description of the alarm.public String getAlarmDescription()
The description of the alarm.
public MetricAlarm withAlarmDescription(String alarmDescription)
The description of the alarm.
alarmDescription
- The description of the alarm.public void setAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
alarmConfigurationUpdatedTimestamp
- The time stamp of the last update to the alarm configuration.public Date getAlarmConfigurationUpdatedTimestamp()
The time stamp of the last update to the alarm configuration.
public MetricAlarm withAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
alarmConfigurationUpdatedTimestamp
- The time stamp of the last update to the alarm configuration.public void setActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
actionsEnabled
- Indicates whether actions should be executed during any changes to the alarm state.public Boolean getActionsEnabled()
Indicates whether actions should be executed during any changes to the alarm state.
public MetricAlarm withActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
actionsEnabled
- Indicates whether actions should be executed during any changes to the alarm state.public Boolean isActionsEnabled()
Indicates whether actions should be executed during any changes to the alarm state.
public List<String> getOKActions()
The actions to execute when this alarm transitions to the OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
OK
state from any other state.
Each action is specified as an Amazon Resource Name (ARN).public void setOKActions(Collection<String> oKActions)
The actions to execute when this alarm transitions to the OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
oKActions
- The actions to execute when this alarm transitions to the OK
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).public MetricAlarm withOKActions(String... oKActions)
The actions to execute when this alarm transitions to the OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
NOTE: This method appends the values to the existing list (if any). Use
setOKActions(java.util.Collection)
or withOKActions(java.util.Collection)
if you want to
override the existing values.
oKActions
- The actions to execute when this alarm transitions to the OK
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).public MetricAlarm withOKActions(Collection<String> oKActions)
The actions to execute when this alarm transitions to the OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
oKActions
- The actions to execute when this alarm transitions to the OK
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).public List<String> getAlarmActions()
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
ALARM
state from any other state.
Each action is specified as an Amazon Resource Name (ARN).public void setAlarmActions(Collection<String> alarmActions)
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
alarmActions
- The actions to execute when this alarm transitions to the ALARM
state from any other state.
Each action is specified as an Amazon Resource Name (ARN).public MetricAlarm withAlarmActions(String... alarmActions)
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
NOTE: This method appends the values to the existing list (if any). Use
setAlarmActions(java.util.Collection)
or withAlarmActions(java.util.Collection)
if you want to
override the existing values.
alarmActions
- The actions to execute when this alarm transitions to the ALARM
state from any other state.
Each action is specified as an Amazon Resource Name (ARN).public MetricAlarm withAlarmActions(Collection<String> alarmActions)
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
alarmActions
- The actions to execute when this alarm transitions to the ALARM
state from any other state.
Each action is specified as an Amazon Resource Name (ARN).public List<String> getInsufficientDataActions()
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
INSUFFICIENT_DATA
state from any
other state. Each action is specified as an Amazon Resource Name (ARN).public void setInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
insufficientDataActions
- The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any
other state. Each action is specified as an Amazon Resource Name (ARN).public MetricAlarm withInsufficientDataActions(String... insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
NOTE: This method appends the values to the existing list (if any). Use
setInsufficientDataActions(java.util.Collection)
or
withInsufficientDataActions(java.util.Collection)
if you want to override the existing values.
insufficientDataActions
- The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any
other state. Each action is specified as an Amazon Resource Name (ARN).public MetricAlarm withInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
insufficientDataActions
- The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any
other state. Each action is specified as an Amazon Resource Name (ARN).public void setStateValue(String stateValue)
The state value for the alarm.
stateValue
- The state value for the alarm.StateValue
public String getStateValue()
The state value for the alarm.
StateValue
public MetricAlarm withStateValue(String stateValue)
The state value for the alarm.
stateValue
- The state value for the alarm.StateValue
public void setStateValue(StateValue stateValue)
The state value for the alarm.
stateValue
- The state value for the alarm.StateValue
public MetricAlarm withStateValue(StateValue stateValue)
The state value for the alarm.
stateValue
- The state value for the alarm.StateValue
public void setStateReason(String stateReason)
An explanation for the alarm state, in text format.
stateReason
- An explanation for the alarm state, in text format.public String getStateReason()
An explanation for the alarm state, in text format.
public MetricAlarm withStateReason(String stateReason)
An explanation for the alarm state, in text format.
stateReason
- An explanation for the alarm state, in text format.public void setStateReasonData(String stateReasonData)
An explanation for the alarm state, in JSON format.
stateReasonData
- An explanation for the alarm state, in JSON format.public String getStateReasonData()
An explanation for the alarm state, in JSON format.
public MetricAlarm withStateReasonData(String stateReasonData)
An explanation for the alarm state, in JSON format.
stateReasonData
- An explanation for the alarm state, in JSON format.public void setStateUpdatedTimestamp(Date stateUpdatedTimestamp)
The time stamp of the last update to the alarm state.
stateUpdatedTimestamp
- The time stamp of the last update to the alarm state.public Date getStateUpdatedTimestamp()
The time stamp of the last update to the alarm state.
public MetricAlarm withStateUpdatedTimestamp(Date stateUpdatedTimestamp)
The time stamp of the last update to the alarm state.
stateUpdatedTimestamp
- The time stamp of the last update to the alarm state.public void setMetricName(String metricName)
The name of the metric associated with the alarm.
metricName
- The name of the metric associated with the alarm.public String getMetricName()
The name of the metric associated with the alarm.
public MetricAlarm withMetricName(String metricName)
The name of the metric associated with the alarm.
metricName
- The name of the metric associated with the alarm.public void setNamespace(String namespace)
The namespace of the metric associated with the alarm.
namespace
- The namespace of the metric associated with the alarm.public String getNamespace()
The namespace of the metric associated with the alarm.
public MetricAlarm withNamespace(String namespace)
The namespace of the metric associated with the alarm.
namespace
- The namespace of the metric associated with the alarm.public void setStatistic(String statistic)
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
statistic
- The statistic for the metric associated with the alarm, other than percentile. For percentile statistics,
use ExtendedStatistic
.Statistic
public String getStatistic()
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
ExtendedStatistic
.Statistic
public MetricAlarm withStatistic(String statistic)
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
statistic
- The statistic for the metric associated with the alarm, other than percentile. For percentile statistics,
use ExtendedStatistic
.Statistic
public void setStatistic(Statistic statistic)
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
statistic
- The statistic for the metric associated with the alarm, other than percentile. For percentile statistics,
use ExtendedStatistic
.Statistic
public MetricAlarm withStatistic(Statistic statistic)
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
statistic
- The statistic for the metric associated with the alarm, other than percentile. For percentile statistics,
use ExtendedStatistic
.Statistic
public void setExtendedStatistic(String extendedStatistic)
The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
extendedStatistic
- The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.public String getExtendedStatistic()
The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
public MetricAlarm withExtendedStatistic(String extendedStatistic)
The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
extendedStatistic
- The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.public List<Dimension> getDimensions()
The dimensions for the metric associated with the alarm.
public void setDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
dimensions
- The dimensions for the metric associated with the alarm.public MetricAlarm withDimensions(Dimension... dimensions)
The dimensions for the metric associated with the alarm.
NOTE: This method appends the values to the existing list (if any). Use
setDimensions(java.util.Collection)
or withDimensions(java.util.Collection)
if you want to
override the existing values.
dimensions
- The dimensions for the metric associated with the alarm.public MetricAlarm withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric associated with the alarm.
dimensions
- The dimensions for the metric associated with the alarm.public void setPeriod(Integer period)
The period, in seconds, over which the statistic is applied.
period
- The period, in seconds, over which the statistic is applied.public Integer getPeriod()
The period, in seconds, over which the statistic is applied.
public MetricAlarm withPeriod(Integer period)
The period, in seconds, over which the statistic is applied.
period
- The period, in seconds, over which the statistic is applied.public void setUnit(String unit)
The unit of the metric associated with the alarm.
unit
- The unit of the metric associated with the alarm.StandardUnit
public String getUnit()
The unit of the metric associated with the alarm.
StandardUnit
public MetricAlarm withUnit(String unit)
The unit of the metric associated with the alarm.
unit
- The unit of the metric associated with the alarm.StandardUnit
public void setUnit(StandardUnit unit)
The unit of the metric associated with the alarm.
unit
- The unit of the metric associated with the alarm.StandardUnit
public MetricAlarm withUnit(StandardUnit unit)
The unit of the metric associated with the alarm.
unit
- The unit of the metric associated with the alarm.StandardUnit
public void setEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified threshold.
evaluationPeriods
- The number of periods over which data is compared to the specified threshold.public Integer getEvaluationPeriods()
The number of periods over which data is compared to the specified threshold.
public MetricAlarm withEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified threshold.
evaluationPeriods
- The number of periods over which data is compared to the specified threshold.public void setThreshold(Double threshold)
The value to compare with the specified statistic.
threshold
- The value to compare with the specified statistic.public Double getThreshold()
The value to compare with the specified statistic.
public MetricAlarm withThreshold(Double threshold)
The value to compare with the specified statistic.
threshold
- The value to compare with the specified statistic.public void setComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
comparisonOperator
- The arithmetic operation to use when comparing the specified statistic and threshold. The specified
statistic value is used as the first operand.ComparisonOperator
public String getComparisonOperator()
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
ComparisonOperator
public MetricAlarm withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
comparisonOperator
- The arithmetic operation to use when comparing the specified statistic and threshold. The specified
statistic value is used as the first operand.ComparisonOperator
public void setComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
comparisonOperator
- The arithmetic operation to use when comparing the specified statistic and threshold. The specified
statistic value is used as the first operand.ComparisonOperator
public MetricAlarm withComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
comparisonOperator
- The arithmetic operation to use when comparing the specified statistic and threshold. The specified
statistic value is used as the first operand.ComparisonOperator
public void setTreatMissingData(String treatMissingData)
Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of
missing
is used.
treatMissingData
- Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior
of missing
is used.public String getTreatMissingData()
Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of
missing
is used.
missing
is used.public MetricAlarm withTreatMissingData(String treatMissingData)
Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of
missing
is used.
treatMissingData
- Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior
of missing
is used.public void setEvaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile)
Used only for alarms based on percentiles. If ignore
, the alarm state does not change during periods
with too few data points to be statistically significant. If evaluate
or this parameter is not used,
the alarm is always evaluated and possibly changes state no matter how many data points are available.
evaluateLowSampleCountPercentile
- Used only for alarms based on percentiles. If ignore
, the alarm state does not change during
periods with too few data points to be statistically significant. If evaluate
or this
parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data
points are available.public String getEvaluateLowSampleCountPercentile()
Used only for alarms based on percentiles. If ignore
, the alarm state does not change during periods
with too few data points to be statistically significant. If evaluate
or this parameter is not used,
the alarm is always evaluated and possibly changes state no matter how many data points are available.
ignore
, the alarm state does not change during
periods with too few data points to be statistically significant. If evaluate
or this
parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data
points are available.public MetricAlarm withEvaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile)
Used only for alarms based on percentiles. If ignore
, the alarm state does not change during periods
with too few data points to be statistically significant. If evaluate
or this parameter is not used,
the alarm is always evaluated and possibly changes state no matter how many data points are available.
evaluateLowSampleCountPercentile
- Used only for alarms based on percentiles. If ignore
, the alarm state does not change during
periods with too few data points to be statistically significant. If evaluate
or this
parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data
points are available.public String toString()
toString
in class Object
Object.toString()
public MetricAlarm clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.