| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckConfig.Builder |
HealthCheckConfig.builder() |
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.failureThreshold(Integer failureThreshold)
The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current
status of the endpoint from unhealthy to healthy or the other way around.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.resourcePath(String resourcePath)
The path that you want Route 53 to request when performing health checks.
|
HealthCheckConfig.Builder |
HealthCheckConfig.toBuilder() |
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.type(HealthCheckType type)
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint
is healthy.
|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.type(String type)
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint
is healthy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HealthCheckConfig.Builder> |
HealthCheckConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceSummary.Builder |
ServiceSummary.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53
health check.
|
default ServiceChange.Builder |
ServiceChange.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
default Service.Builder |
Service.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health
check.
|
Copyright © 2023. All rights reserved.