Uses of Class
software.amazon.awscdk.services.lightsail.CfnContainer.HealthCheckConfigProperty.Builder
-
Uses of CfnContainer.HealthCheckConfigProperty.Builder in software.amazon.awscdk.services.lightsail
Modifier and TypeMethodDescriptionCfnContainer.HealthCheckConfigProperty.builder()
CfnContainer.HealthCheckConfigProperty.Builder.healthyThreshold
(Number healthyThreshold) Sets the value ofCfnContainer.HealthCheckConfigProperty.getHealthyThreshold()
CfnContainer.HealthCheckConfigProperty.Builder.intervalSeconds
(Number intervalSeconds) Sets the value ofCfnContainer.HealthCheckConfigProperty.getIntervalSeconds()
Sets the value ofCfnContainer.HealthCheckConfigProperty.getPath()
CfnContainer.HealthCheckConfigProperty.Builder.successCodes
(String successCodes) Sets the value ofCfnContainer.HealthCheckConfigProperty.getSuccessCodes()
CfnContainer.HealthCheckConfigProperty.Builder.timeoutSeconds
(Number timeoutSeconds) Sets the value ofCfnContainer.HealthCheckConfigProperty.getTimeoutSeconds()
CfnContainer.HealthCheckConfigProperty.Builder.unhealthyThreshold
(Number unhealthyThreshold) Sets the value ofCfnContainer.HealthCheckConfigProperty.getUnhealthyThreshold()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainer.HealthCheckConfigProperty.Builder
.