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