ToCopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
@Generated("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 | Description |
---|---|---|
static interface |
AlarmIdentifier.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AlarmIdentifier.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
String |
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.
|
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() |
public String 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.
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.