Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of HealthCheck.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic HealthCheck.Builder
HealthCheck.builder()
Sets the value ofHealthCheck.getEnabled()
HealthCheck.Builder.healthyGrpcCodes
(String healthyGrpcCodes) Sets the value ofHealthCheck.getHealthyGrpcCodes()
HealthCheck.Builder.healthyHttpCodes
(String healthyHttpCodes) Sets the value ofHealthCheck.getHealthyHttpCodes()
HealthCheck.Builder.healthyThresholdCount
(Number healthyThresholdCount) Sets the value ofHealthCheck.getHealthyThresholdCount()
Sets the value ofHealthCheck.getInterval()
Sets the value ofHealthCheck.getPath()
Sets the value ofHealthCheck.getPort()
Sets the value ofHealthCheck.getProtocol()
Sets the value ofHealthCheck.getTimeout()
HealthCheck.Builder.unhealthyThresholdCount
(Number unhealthyThresholdCount) Sets the value ofHealthCheck.getUnhealthyThresholdCount()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HealthCheck.Builder builder) Constructor that initializes the object based on literal property values passed by theHealthCheck.Builder
.