Uses of Interface
software.amazon.awssdk.services.route53.model.UpdateHealthCheckRequest.Builder
Packages that use UpdateHealthCheckRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of UpdateHealthCheckRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type UpdateHealthCheckRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.updateHealthCheck(Consumer<UpdateHealthCheckRequest.Builder> updateHealthCheckRequest) Updates an existing health check.default UpdateHealthCheckResponseRoute53Client.updateHealthCheck(Consumer<UpdateHealthCheckRequest.Builder> updateHealthCheckRequest) Updates an existing health check. -
Uses of UpdateHealthCheckRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return UpdateHealthCheckRequest.BuilderModifier and TypeMethodDescriptiondefault UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.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.UpdateHealthCheckRequest.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.UpdateHealthCheckRequest.builder()UpdateHealthCheckRequest.Builder.childHealthChecks(String... childHealthChecks) A complex type that contains oneChildHealthCheckelement for each health check that you want to associate with aCALCULATEDhealth check.UpdateHealthCheckRequest.Builder.childHealthChecks(Collection<String> childHealthChecks) 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 duringTLSnegotiation.UpdateHealthCheckRequest.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.UpdateHealthCheckRequest.Builder.fullyQualifiedDomainName(String fullyQualifiedDomainName) Amazon Route 53 behavior depends on whether you specify a value forIPAddress.UpdateHealthCheckRequest.Builder.healthCheckId(String healthCheckId) The ID for the health check for which you want detailed information.UpdateHealthCheckRequest.Builder.healthCheckVersion(Long healthCheckVersion) A sequential counter that Amazon Route 53 sets to1when you create a health check and increments by 1 each time you update settings for the health check.UpdateHealthCheckRequest.Builder.healthThreshold(Integer healthThreshold) The number of child health checks that are associated with aCALCULATEDhealth that Amazon Route 53 must consider healthy for theCALCULATEDhealth check to be considered healthy.UpdateHealthCheckRequest.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:UpdateHealthCheckRequest.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 for the endpoint that you want Amazon Route 53 to perform health checks on.UpdateHealthCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateHealthCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The port on the endpoint that you want Amazon Route 53 to perform health checks on.UpdateHealthCheckRequest.Builder.regions(Collection<HealthCheckRegion> regions) A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.UpdateHealthCheckRequest.Builder.regions(HealthCheckRegion... regions) A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.UpdateHealthCheckRequest.Builder.regionsWithStrings(String... regions) A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.UpdateHealthCheckRequest.Builder.regionsWithStrings(Collection<String> regions) A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.UpdateHealthCheckRequest.Builder.resetElements(Collection<ResettableElementName> resetElements) A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.UpdateHealthCheckRequest.Builder.resetElements(ResettableElementName... resetElements) A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.UpdateHealthCheckRequest.Builder.resetElementsWithStrings(String... resetElements) A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.UpdateHealthCheckRequest.Builder.resetElementsWithStrings(Collection<String> resetElements) A complex type that contains oneResettableElementNameelement for each element that you want to reset to the default value.UpdateHealthCheckRequest.Builder.resourcePath(String resourcePath) The path that you want Amazon Route 53 to request when performing health checks.UpdateHealthCheckRequest.Builder.searchString(String searchString) If the value ofTypeisHTTP_STR_MATCHorHTTPS_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource.UpdateHealthCheckRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type UpdateHealthCheckRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateHealthCheckRequest.Builder>UpdateHealthCheckRequest.serializableBuilderClass()