public static interface AlarmIdentifier.Builder extends SdkPojo, CopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
Modifier and Type | Method and Description |
---|---|
AlarmIdentifier.Builder |
name(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.Builder |
region(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.Builder |
region(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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AlarmIdentifier.Builder region(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 in the AWS Service Endpoints chapter of 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 in the AWS Service Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
,
CloudWatchRegion
AlarmIdentifier.Builder region(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 Service Endpoints chapter of 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 in the AWS Service Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
,
CloudWatchRegion
AlarmIdentifier.Builder name(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.
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.