@Stability(value=Stable) public static final class CfnLoadBalancer.HealthCheckProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLoadBalancer.HealthCheckProperty>
CfnLoadBalancer.HealthCheckProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoadBalancer.HealthCheckProperty |
build()
Builds the configured instance.
|
CfnLoadBalancer.HealthCheckProperty.Builder |
healthyThreshold(String healthyThreshold)
Sets the value of
CfnLoadBalancer.HealthCheckProperty.getHealthyThreshold() |
CfnLoadBalancer.HealthCheckProperty.Builder |
interval(String interval)
Sets the value of
CfnLoadBalancer.HealthCheckProperty.getInterval() |
CfnLoadBalancer.HealthCheckProperty.Builder |
target(String target)
Sets the value of
CfnLoadBalancer.HealthCheckProperty.getTarget() |
CfnLoadBalancer.HealthCheckProperty.Builder |
timeout(String timeout)
Sets the value of
CfnLoadBalancer.HealthCheckProperty.getTimeout() |
CfnLoadBalancer.HealthCheckProperty.Builder |
unhealthyThreshold(String unhealthyThreshold)
Sets the value of
CfnLoadBalancer.HealthCheckProperty.getUnhealthyThreshold() |
@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty.Builder healthyThreshold(String healthyThreshold)
CfnLoadBalancer.HealthCheckProperty.getHealthyThreshold()healthyThreshold - `CfnLoadBalancer.HealthCheckProperty.HealthyThreshold`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty.Builder interval(String interval)
CfnLoadBalancer.HealthCheckProperty.getInterval()interval - `CfnLoadBalancer.HealthCheckProperty.Interval`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty.Builder target(String target)
CfnLoadBalancer.HealthCheckProperty.getTarget()target - `CfnLoadBalancer.HealthCheckProperty.Target`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty.Builder timeout(String timeout)
CfnLoadBalancer.HealthCheckProperty.getTimeout()timeout - `CfnLoadBalancer.HealthCheckProperty.Timeout`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty.Builder unhealthyThreshold(String unhealthyThreshold)
CfnLoadBalancer.HealthCheckProperty.getUnhealthyThreshold()unhealthyThreshold - `CfnLoadBalancer.HealthCheckProperty.UnhealthyThreshold`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.HealthCheckProperty build()
build in interface software.amazon.jsii.Builder<CfnLoadBalancer.HealthCheckProperty>CfnLoadBalancer.HealthCheckPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.