Uses of Class
software.amazon.awscdk.services.servicediscovery.HealthCheckConfig.Builder
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of HealthCheckConfig.Builder in software.amazon.awscdk.services.servicediscovery
Modifier and TypeMethodDescriptionstatic HealthCheckConfig.Builder
HealthCheckConfig.builder()
HealthCheckConfig.Builder.failureThreshold
(Number failureThreshold) Sets the value ofHealthCheckConfig.getFailureThreshold()
HealthCheckConfig.Builder.resourcePath
(String resourcePath) Sets the value ofHealthCheckConfig.getResourcePath()
HealthCheckConfig.Builder.type
(HealthCheckType type) Sets the value ofHealthCheckConfig.getType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HealthCheckConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theHealthCheckConfig.Builder
.