Uses of Interface
software.amazon.awssdk.services.route53.model.AlarmIdentifier.Builder
-
Packages that use AlarmIdentifier.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AlarmIdentifier.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AlarmIdentifier.Builder Modifier and Type Method Description static AlarmIdentifier.BuilderAlarmIdentifier. builder()AlarmIdentifier.BuilderAlarmIdentifier.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.BuilderAlarmIdentifier.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.BuilderAlarmIdentifier.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.BuilderAlarmIdentifier. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AlarmIdentifier.Builder Modifier and Type Method Description static Class<? extends AlarmIdentifier.Builder>AlarmIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type AlarmIdentifier.Builder Modifier and Type Method Description default HealthCheckConfig.BuilderHealthCheckConfig.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.BuilderUpdateHealthCheckRequest.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.
-