@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.539Z") @Stability(value=Stable) public interface HealthCheckBindOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appmesh.*;
HealthCheckBindOptions healthCheckBindOptions = HealthCheckBindOptions.builder()
.defaultPort(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HealthCheckBindOptions.Builder
A builder for
HealthCheckBindOptions |
static class |
HealthCheckBindOptions.Jsii$Proxy
An implementation for
HealthCheckBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckBindOptions.Builder |
builder() |
default Number |
getDefaultPort()
Port for Health Check interface.
|
@Stability(value=Stable) @Nullable default Number getDefaultPort()
Default: - no default port is provided
@Stability(value=Stable) static HealthCheckBindOptions.Builder builder()
HealthCheckBindOptions.Builder of HealthCheckBindOptionsCopyright © 2022. All rights reserved.