Uses of Interface
software.amazon.awssdk.services.route53.model.AlarmIdentifier.Builder
Packages that use AlarmIdentifier.Builder
-
Uses of AlarmIdentifier.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AlarmIdentifier.BuilderModifier and TypeMethodDescriptionstatic AlarmIdentifier.BuilderAlarmIdentifier.builder()The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.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(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.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AlarmIdentifier.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AlarmIdentifier.Builder>AlarmIdentifier.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type AlarmIdentifier.BuilderModifier and TypeMethodDescriptiondefault 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.