Uses of Interface
software.amazon.awssdk.services.apprunner.model.HealthCheckConfiguration.Builder
-
Packages that use HealthCheckConfiguration.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of HealthCheckConfiguration.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return HealthCheckConfiguration.Builder Modifier and Type Method Description static HealthCheckConfiguration.BuilderHealthCheckConfiguration. builder()HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. healthyThreshold(Integer healthyThreshold)The number of consecutive checks that must succeed before App Runner decides that the service is healthy.HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. interval(Integer interval)The time interval, in seconds, between health checks.HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. path(String path)The URL that health check requests are sent to.HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. protocol(String protocol)The IP protocol that App Runner uses to perform health checks for your service.HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. protocol(HealthCheckProtocol protocol)The IP protocol that App Runner uses to perform health checks for your service.HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. timeout(Integer timeout)The time, in seconds, to wait for a health check response before deciding it failed.HealthCheckConfiguration.BuilderHealthCheckConfiguration. toBuilder()HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. unhealthyThreshold(Integer unhealthyThreshold)The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type HealthCheckConfiguration.Builder Modifier and Type Method Description static Class<? extends HealthCheckConfiguration.Builder>HealthCheckConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type HealthCheckConfiguration.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.Builder. healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of the App Runner service.default Service.BuilderService.Builder. healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of this service.default UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of the App Runner service.
-