| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckCustomConfig.Builder |
HealthCheckCustomConfig.builder() |
HealthCheckCustomConfig.Builder |
HealthCheckCustomConfig.Builder.failureThreshold(Integer failureThreshold)
Deprecated.
Configurable FailureThreshold of HealthCheckCustomConfig is deprecated. It will always have value
1.
|
HealthCheckCustomConfig.Builder |
HealthCheckCustomConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HealthCheckCustomConfig.Builder> |
HealthCheckCustomConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceSummary.Builder |
ServiceSummary.Builder.healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)
Information about an optional custom health check.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
default Service.Builder |
Service.Builder.healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
Copyright © 2023. All rights reserved.