Class AwsCloudWatchAlarmDetails
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsCloudWatchAlarmDetails.Builder,
AwsCloudWatchAlarmDetails>
Specifies an alarm and associates it with the specified metric or metric math expression.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
Indicates whether actions should be executed during any changes to the alarm state.The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into anALARM
state from any other state.final String
alarmArn()
The ARN of the alarm.final String
The time stamp of the last update to the alarm configuration.final String
The description of the alarm.final String
The name of the alarm.builder()
final String
The arithmetic operation to use when comparing the specified statistic and threshold.final Integer
The number of datapoints that must be breaching to trigger the alarm.The dimensions for the metric associated with the alarm.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
Used only for alarms based on percentiles.final Integer
The number of periods over which data is compared to the specified threshold.final String
The percentile statistic for the metric associated with the alarm.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final boolean
For responses, this returns true if the service returned a value for the AlarmActions property.final boolean
For responses, this returns true if the service returned a value for the Dimensions property.final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the InsufficientDataActions property.final boolean
For responses, this returns true if the service returned a value for the OkActions property.The actions to execute when this alarm transitions to theINSUFFICIENT_DATA
state from any other state.final String
The name of the metric associated with the alarm.final String
The namespace of the metric associated with the alarm.The actions to execute when this alarm transitions to theOK
state from any other state.final Integer
period()
The period, in seconds, over which the statistic is applied.static Class
<? extends AwsCloudWatchAlarmDetails.Builder> final String
The statistic for the metric associated with the alarm, other than percentile.final Double
The value to compare with the specified statistic.final String
n an alarm based on an anomaly detection model, this is the ID of theANOMALY_DETECTION_BAND
function used as the threshold for the alarm.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
Sets how this alarm is to handle missing data points.final String
unit()
The unit of the metric associated with the alarm.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
actionsEnabled
Indicates whether actions should be executed during any changes to the alarm state.
- Returns:
- Indicates whether actions should be executed during any changes to the alarm state.
-
hasAlarmActions
public final boolean hasAlarmActions()For responses, this returns true if the service returned a value for the AlarmActions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
alarmActions
The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an
ALARM
state from any other state.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAlarmActions()
method.- Returns:
- The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions
into an
ALARM
state from any other state.
-
alarmArn
-
alarmConfigurationUpdatedTimestamp
The time stamp of the last update to the alarm configuration.
- Returns:
- The time stamp of the last update to the alarm configuration.
-
alarmDescription
The description of the alarm.
- Returns:
- The description of the alarm.
-
alarmName
The name of the alarm. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the alarm name.
- Returns:
- The name of the alarm. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the alarm name.
-
comparisonOperator
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
- Returns:
- The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
-
datapointsToAlarm
The number of datapoints that must be breaching to trigger the alarm.
- Returns:
- The number of datapoints that must be breaching to trigger the alarm.
-
hasDimensions
public final boolean hasDimensions()For responses, this returns true if the service returned a value for the Dimensions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
dimensions
The dimensions for the metric associated with the alarm.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDimensions()
method.- Returns:
- The dimensions for the metric associated with the alarm.
-
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. Ifevaluate
or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available.- Returns:
- 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. Ifevaluate
or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available.
-
evaluationPeriods
The number of periods over which data is compared to the specified threshold.
- Returns:
- The number of periods over which data is compared to the specified threshold.
-
extendedStatistic
The percentile statistic for the metric associated with the alarm.
- Returns:
- The percentile statistic for the metric associated with the alarm.
-
hasInsufficientDataActions
public final boolean hasInsufficientDataActions()For responses, this returns true if the service returned a value for the InsufficientDataActions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
insufficientDataActions
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA
state from any other state. Each action is specified as an ARN.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasInsufficientDataActions()
method.- Returns:
- The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA
state from any other state. Each action is specified as an ARN.
-
metricName
The name of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you use
Metrics
instead and you can't specifyMetricName
.- Returns:
- The name of the metric associated with the alarm. This is required for an alarm based on a metric. For an
alarm based on a math expression, you use
Metrics
instead and you can't specifyMetricName
.
-
namespace
The namespace of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you can't specify
Namespace
and you useMetrics
instead.- Returns:
- The namespace of the metric associated with the alarm. This is required for an alarm based on a metric.
For an alarm based on a math expression, you can't specify
Namespace
and you useMetrics
instead.
-
hasOkActions
public final boolean hasOkActions()For responses, this returns true if the service returned a value for the OkActions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
okActions
The actions to execute when this alarm transitions to the
OK
state from any other state. Each action is specified as an ARN.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOkActions()
method.- Returns:
- The actions to execute when this alarm transitions to the
OK
state from any other state. Each action is specified as an ARN.
-
period
The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric.
- Returns:
- The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric.
-
statistic
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.For an alarm based on a metric, you must specify either
Statistic
orExtendedStatistic
but not both.For an alarm based on a math expression, you can't specify
Statistic
. Instead, you useMetrics
.- Returns:
- The statistic for the metric associated with the alarm, other than percentile. For percentile statistics,
use
ExtendedStatistic
.For an alarm based on a metric, you must specify either
Statistic
orExtendedStatistic
but not both.For an alarm based on a math expression, you can't specify
Statistic
. Instead, you useMetrics
.
-
threshold
The value to compare with the specified statistic.
- Returns:
- The value to compare with the specified statistic.
-
thresholdMetricId
n an alarm based on an anomaly detection model, this is the ID of the
ANOMALY_DETECTION_BAND
function used as the threshold for the alarm.- Returns:
- n an alarm based on an anomaly detection model, this is the ID of the
ANOMALY_DETECTION_BAND
function used as the threshold for the alarm.
-
treatMissingData
Sets how this alarm is to handle missing data points.
- Returns:
- Sets how this alarm is to handle missing data points.
-
unit
The unit of the metric associated with the alarm.
- Returns:
- The unit of the metric associated with the alarm.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AwsCloudWatchAlarmDetails.Builder,
AwsCloudWatchAlarmDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-