@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 in the AWS Regions and Endpoints chapter of 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 in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public 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 in the AWS Regions and Endpoints chapter of 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 in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
public static AlarmIdentifier.Builder builder()
public static Class<? extends AlarmIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.