Uses of Class
com.amazonaws.services.route53.model.HealthCheckConfig
Packages that use HealthCheckConfig
-
Uses of HealthCheckConfig in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HealthCheckConfigModifier and TypeMethodDescriptionHealthCheckConfig.clone()
CreateHealthCheckRequest.getHealthCheckConfig()
A complex type that contains health check configuration.HealthCheck.getHealthCheckConfig()
A complex type that contains the health check configuration.HealthCheckConfig.withAlarmIdentifier
(AlarmIdentifier alarmIdentifier) A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.HealthCheckConfig.withChildHealthChecks
(String... childHealthChecks) For a specified parent health check, a list ofHealthCheckId
values for the associated child health checks.HealthCheckConfig.withChildHealthChecks
(Collection<String> childHealthChecks) For a specified parent health check, a list ofHealthCheckId
values for the associated child health checks.HealthCheckConfig.withEnableSNI
(Boolean enableSNI) Specify whether you want Amazon Route 53 to send the value ofFullyQualifiedDomainName
to the endpoint in theclient_hello
message during TLS negotiation.HealthCheckConfig.withFailureThreshold
(Integer failureThreshold) The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.HealthCheckConfig.withFullyQualifiedDomainName
(String fullyQualifiedDomainName) Fully qualified domain name of the instance to be health checked.HealthCheckConfig.withHealthThreshold
(Integer healthThreshold) The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy.HealthCheckConfig.withInsufficientDataHealthStatus
(InsufficientDataHealthStatus insufficientDataHealthStatus) The status of the health check when CloudWatch has insufficient data about the state of associated alarm.HealthCheckConfig.withInsufficientDataHealthStatus
(String insufficientDataHealthStatus) The status of the health check when CloudWatch has insufficient data about the state of associated alarm.HealthCheckConfig.withInverted
(Boolean inverted) A boolean value that indicates whether the status of health check should be inverted.HealthCheckConfig.withIPAddress
(String iPAddress) IP Address of the instance being checked.HealthCheckConfig.withMeasureLatency
(Boolean measureLatency) A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.Port on which connection will be opened to the instance to health check.HealthCheckConfig.withRegions
(HealthCheckRegion... regions) A list ofHealthCheckRegion
values that you want Amazon Route 53 to use to perform health checks for the specified endpoint.HealthCheckConfig.withRegions
(String... regions) A list ofHealthCheckRegion
values that you want Amazon Route 53 to use to perform health checks for the specified endpoint.HealthCheckConfig.withRegions
(Collection<String> regions) A list ofHealthCheckRegion
values that you want Amazon Route 53 to use to perform health checks for the specified endpoint.HealthCheckConfig.withRequestInterval
(Integer requestInterval) The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.HealthCheckConfig.withResourcePath
(String resourcePath) Path to ping on the instance to check the health.HealthCheckConfig.withSearchString
(String searchString) A string to search for in the body of a health check response.HealthCheckConfig.withType
(HealthCheckType type) The type of health check to be performed.The type of health check to be performed.Methods in com.amazonaws.services.route53.model with parameters of type HealthCheckConfigModifier and TypeMethodDescriptionvoid
CreateHealthCheckRequest.setHealthCheckConfig
(HealthCheckConfig healthCheckConfig) A complex type that contains health check configuration.void
HealthCheck.setHealthCheckConfig
(HealthCheckConfig healthCheckConfig) A complex type that contains the health check configuration.CreateHealthCheckRequest.withHealthCheckConfig
(HealthCheckConfig healthCheckConfig) A complex type that contains health check configuration.HealthCheck.withHealthCheckConfig
(HealthCheckConfig healthCheckConfig) A complex type that contains the health check configuration.