Uses of Class
software.amazon.awscdk.services.route53.HealthCheckProps.Builder
-
Uses of HealthCheckProps.Builder in software.amazon.awscdk.services.route53
Modifier and TypeMethodDescriptionHealthCheckProps.Builder.alarmIdentifier
(AlarmIdentifier alarmIdentifier) Sets the value ofHealthCheckProps.getAlarmIdentifier()
static HealthCheckProps.Builder
HealthCheckProps.builder()
HealthCheckProps.Builder.childHealthChecks
(List<? extends IHealthCheck> childHealthChecks) Sets the value ofHealthCheckProps.getChildHealthChecks()
Sets the value ofinvalid @link
HealthCheckProps#getEnableSni
HealthCheckProps.Builder.failureThreshold
(Number failureThreshold) Sets the value ofHealthCheckProps.getFailureThreshold()
Sets the value ofHealthCheckProps.getFqdn()
HealthCheckProps.Builder.healthThreshold
(Number healthThreshold) Sets the value ofHealthCheckProps.getHealthThreshold()
HealthCheckProps.Builder.insufficientDataHealthStatus
(InsufficientDataHealthStatusEnum insufficientDataHealthStatus) Sets the value ofHealthCheckProps.getInsufficientDataHealthStatus()
Sets the value ofHealthCheckProps.getInverted()
Sets the value ofHealthCheckProps.getIpAddress()
HealthCheckProps.Builder.measureLatency
(Boolean measureLatency) Sets the value ofHealthCheckProps.getMeasureLatency()
Sets the value ofHealthCheckProps.getPort()
Sets the value ofHealthCheckProps.getRegions()
HealthCheckProps.Builder.requestInterval
(Duration requestInterval) Sets the value ofHealthCheckProps.getRequestInterval()
HealthCheckProps.Builder.resourcePath
(String resourcePath) Sets the value ofHealthCheckProps.getResourcePath()
HealthCheckProps.Builder.routingControl
(String routingControl) Sets the value ofHealthCheckProps.getRoutingControl()
HealthCheckProps.Builder.searchString
(String searchString) Sets the value ofHealthCheckProps.getSearchString()
HealthCheckProps.Builder.type
(HealthCheckType type) Sets the value ofHealthCheckProps.getType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HealthCheckProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHealthCheckProps.Builder
.