| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static AlarmIdentifier.Builder |
AlarmIdentifier.builder() |
AlarmIdentifier.Builder |
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 |
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 |
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.
|
AlarmIdentifier.Builder |
AlarmIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AlarmIdentifier.Builder> |
AlarmIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HealthCheckConfig.Builder |
HealthCheckConfig.Builder.alarmIdentifier(Consumer<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.
|
default UpdateHealthCheckRequest.Builder |
UpdateHealthCheckRequest.Builder.alarmIdentifier(Consumer<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.
|
Copyright © 2021. All rights reserved.