Uses of Interface
software.amazon.awssdk.services.route53.model.HealthCheckConfig.Builder
Packages that use HealthCheckConfig.Builder
-
Uses of HealthCheckConfig.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckConfig.BuilderModifier and TypeMethodDescriptiondefault HealthCheckConfig.BuilderHealthCheckConfig.Builder.alarmIdentifier(Consumer<AlarmIdentifier.Builder> alarmIdentifier) A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.HealthCheckConfig.Builder.alarmIdentifier(AlarmIdentifier alarmIdentifier) A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.static HealthCheckConfig.BuilderHealthCheckConfig.builder()HealthCheckConfig.Builder.childHealthChecks(String... childHealthChecks) (CALCULATED Health Checks Only) A complex type that contains oneChildHealthCheckelement for each health check that you want to associate with aCALCULATEDhealth check.HealthCheckConfig.Builder.childHealthChecks(Collection<String> childHealthChecks) (CALCULATED Health Checks Only) A complex type that contains oneChildHealthCheckelement for each health check that you want to associate with aCALCULATEDhealth check.Stops Route 53 from performing health checks.Specify whether you want Amazon Route 53 to send the value ofFullyQualifiedDomainNameto the endpoint in theclient_hellomessage during TLS negotiation.HealthCheckConfig.Builder.failureThreshold(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.Builder.fullyQualifiedDomainName(String fullyQualifiedDomainName) Amazon Route 53 behavior depends on whether you specify a value forIPAddress.HealthCheckConfig.Builder.healthThreshold(Integer healthThreshold) The number of child health checks that are associated with aCALCULATEDhealth check that Amazon Route 53 must consider healthy for theCALCULATEDhealth check to be considered healthy.HealthCheckConfig.Builder.insufficientDataHealthStatus(String insufficientDataHealthStatus) When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:HealthCheckConfig.Builder.insufficientDataHealthStatus(InsufficientDataHealthStatus insufficientDataHealthStatus) When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on.HealthCheckConfig.Builder.measureLatency(Boolean measureLatency) Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple Amazon Web Services regions and your endpoint, and to display CloudWatch latency graphs on the Health Checks page in the Route 53 console.The port on the endpoint that you want Amazon Route 53 to perform health checks on.HealthCheckConfig.Builder.regions(Collection<HealthCheckRegion> regions) A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.HealthCheckConfig.Builder.regions(HealthCheckRegion... regions) A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.HealthCheckConfig.Builder.regionsWithStrings(String... regions) A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.HealthCheckConfig.Builder.regionsWithStrings(Collection<String> regions) A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.HealthCheckConfig.Builder.requestInterval(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.Builder.resourcePath(String resourcePath) The path, if any, that you want Amazon Route 53 to request when performing health checks.HealthCheckConfig.Builder.routingControlArn(String routingControlArn) The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.HealthCheckConfig.Builder.searchString(String searchString) If the value of Type isHTTP_STR_MATCHorHTTPS_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource.HealthCheckConfig.toBuilder()The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.HealthCheckConfig.Builder.type(HealthCheckType type) The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HealthCheckConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HealthCheckConfig.Builder>HealthCheckConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HealthCheckConfig.BuilderModifier and TypeMethodDescriptiondefault CreateHealthCheckRequest.BuilderCreateHealthCheckRequest.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) A complex type that contains settings for a new health check.default HealthCheck.BuilderHealthCheck.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) A complex type that contains detailed information about one health check.