| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.builder() |
HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.Builder.healthyThreshold(Number healthyThreshold)
Sets the value of
HttpHealthCheckOptions.getHealthyThreshold() |
HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.Builder.interval(Duration interval)
Sets the value of
HttpHealthCheckOptions.getInterval() |
HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.Builder.path(String path)
Sets the value of
HttpHealthCheckOptions.getPath() |
HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.Builder.timeout(Duration timeout)
Sets the value of
HttpHealthCheckOptions.getTimeout() |
HttpHealthCheckOptions.Builder |
HttpHealthCheckOptions.Builder.unhealthyThreshold(Number unhealthyThreshold)
Sets the value of
HttpHealthCheckOptions.getUnhealthyThreshold() |
| Constructor and Description |
|---|
Jsii$Proxy(HttpHealthCheckOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpHealthCheckOptions.Builder. |
Copyright © 2022. All rights reserved.