Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.HealthCheckCustomConfig.Builder
-
Packages that use HealthCheckCustomConfig.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of HealthCheckCustomConfig.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return HealthCheckCustomConfig.Builder Modifier and Type Method Description static HealthCheckCustomConfig.BuilderHealthCheckCustomConfig. builder()HealthCheckCustomConfig.BuilderHealthCheckCustomConfig.Builder. failureThreshold(Integer failureThreshold)Deprecated.Configurable FailureThreshold of HealthCheckCustomConfig is deprecated.HealthCheckCustomConfig.BuilderHealthCheckCustomConfig. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type HealthCheckCustomConfig.Builder Modifier and Type Method Description static Class<? extends HealthCheckCustomConfig.Builder>HealthCheckCustomConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type HealthCheckCustomConfig.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.Builder. healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)A complex type that contains information about an optional custom health check.default Service.BuilderService.Builder. healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)A complex type that contains information about an optional custom health check.default ServiceSummary.BuilderServiceSummary.Builder. healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)Information about an optional custom health check.
-