@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlarmIdentifier extends Object implements Serializable, Cloneable
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.
| Constructor and Description |
|---|
AlarmIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
AlarmIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
String |
getRegion()
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
int |
hashCode() |
void |
setName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
void |
setRegion(CloudWatchRegion region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
void |
setRegion(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
String |
toString()
Returns a string representation of this object.
|
AlarmIdentifier |
withName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
AlarmIdentifier |
withRegion(CloudWatchRegion region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
AlarmIdentifier |
withRegion(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
public void setRegion(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
region - For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health
check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic String getRegion()
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic AlarmIdentifier withRegion(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
region - For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health
check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic void setRegion(CloudWatchRegion region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
region - For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health
check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic AlarmIdentifier withRegion(CloudWatchRegion region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
region - For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health
check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic void setName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
name - The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
this health check is healthy. Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
public String getName()
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
public AlarmIdentifier withName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
name - The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
this health check is healthy. Route 53 supports CloudWatch alarms with the following features:
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
public String toString()
toString in class ObjectObject.toString()public AlarmIdentifier clone()