Uses of Interface
software.amazon.awssdk.services.route53.model.HealthCheck.Builder
Packages that use HealthCheck.Builder
-
Uses of HealthCheck.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheck.BuilderModifier and TypeMethodDescriptionstatic HealthCheck.BuilderHealthCheck.builder()HealthCheck.Builder.callerReference(String callerReference) A unique string that you specified when you created the health check.default HealthCheck.BuilderHealthCheck.Builder.cloudWatchAlarmConfiguration(Consumer<CloudWatchAlarmConfiguration.Builder> cloudWatchAlarmConfiguration) A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.HealthCheck.Builder.cloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration) A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.default HealthCheck.BuilderHealthCheck.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) A complex type that contains detailed information about one health check.HealthCheck.Builder.healthCheckConfig(HealthCheckConfig healthCheckConfig) A complex type that contains detailed information about one health check.HealthCheck.Builder.healthCheckVersion(Long healthCheckVersion) The version of the health check.The identifier that Amazon Route 53 assigned to the health check when you created it.default HealthCheck.BuilderHealthCheck.Builder.linkedService(Consumer<LinkedService.Builder> linkedService) If the health check was created by another service, the service that created the health check.HealthCheck.Builder.linkedService(LinkedService linkedService) If the health check was created by another service, the service that created the health check.HealthCheck.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HealthCheck.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HealthCheck.Builder>HealthCheck.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HealthCheck.BuilderModifier and TypeMethodDescriptionCreateHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck) A complex type that contains identifying information about the health check.default GetHealthCheckResponse.BuilderGetHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck) A complex type that contains information about one health check that is associated with the current Amazon Web Services account.UpdateHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck) A complex type that contains the response to anUpdateHealthCheckrequest.