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