@Stability(value=Experimental) public static final class ElbHealthCheckOptions.Builder extends Object implements software.amazon.jsii.Builder<ElbHealthCheckOptions>
ElbHealthCheckOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ElbHealthCheckOptions |
build()
Builds the configured instance.
|
ElbHealthCheckOptions.Builder |
grace(Duration grace)
Sets the value of
ElbHealthCheckOptions.getGrace() |
@Stability(value=Experimental) public ElbHealthCheckOptions.Builder grace(Duration grace)
ElbHealthCheckOptions.getGrace()grace - Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service. This parameter is required.
This option is required for ELB health checks.this@Stability(value=Experimental) public ElbHealthCheckOptions build()
build in interface software.amazon.jsii.Builder<ElbHealthCheckOptions>ElbHealthCheckOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.