Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.HealthCheckConfig.Builder
-
Packages that use HealthCheckConfig.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of HealthCheckConfig.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return HealthCheckConfig.Builder Modifier and Type Method Description static HealthCheckConfig.BuilderHealthCheckConfig. builder()HealthCheckConfig.BuilderHealthCheckConfig.Builder. failureThreshold(Integer failureThreshold)The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or the other way around.HealthCheckConfig.BuilderHealthCheckConfig.Builder. resourcePath(String resourcePath)The path that you want Route 53 to request when performing health checks.HealthCheckConfig.BuilderHealthCheckConfig. toBuilder()HealthCheckConfig.BuilderHealthCheckConfig.Builder. type(String type)The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.HealthCheckConfig.BuilderHealthCheckConfig.Builder. type(HealthCheckType type)The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type HealthCheckConfig.Builder Modifier and Type Method Description static Class<? extends HealthCheckConfig.Builder>HealthCheckConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type HealthCheckConfig.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.Builder. healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53 health check.default Service.BuilderService.Builder. healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.default ServiceChange.BuilderServiceChange.Builder. healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)Public DNS and HTTP namespaces only. Settings for an optional health check.default ServiceSummary.BuilderServiceSummary.Builder. healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)Public DNS and HTTP namespaces only. Settings for an optional health check.
-