@Generated(value="software.amazon.awssdk:codegen") public class AlarmIdentifier extends Object implements 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 this 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()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
String |
regionAsString()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
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()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
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()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
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.
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.