@Generated(value="software.amazon.awssdk:codegen") public final class AlarmIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlarmIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AlarmIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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.
|
String |
regionAsString()
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlarmIdentifier.Builder> |
serializableBuilderClass() |
AlarmIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, region will
return CloudWatchRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
regionAsString().
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic final String regionAsString()
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.
If the service returns an enum value that is not available in the current SDK version, region will
return CloudWatchRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
regionAsString().
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
CloudWatchRegionpublic final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>public static AlarmIdentifier.Builder builder()
public static Class<? extends AlarmIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.