@Stability(value=Stable) public static final class CfnLayer.ShutdownEventConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLayer.ShutdownEventConfigurationProperty>
CfnLayer.ShutdownEventConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLayer.ShutdownEventConfigurationProperty |
build()
Builds the configured instance.
|
CfnLayer.ShutdownEventConfigurationProperty.Builder |
delayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)
|
CfnLayer.ShutdownEventConfigurationProperty.Builder |
delayUntilElbConnectionsDrained(IResolvable delayUntilElbConnectionsDrained)
|
CfnLayer.ShutdownEventConfigurationProperty.Builder |
executionTimeout(Number executionTimeout)
Sets the value of
CfnLayer.ShutdownEventConfigurationProperty.getExecutionTimeout() |
@Stability(value=Stable) public CfnLayer.ShutdownEventConfigurationProperty.Builder delayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)
delayUntilElbConnectionsDrained - Whether to enable Elastic Load Balancing connection draining.
For more information, see Connection Drainingthis@Stability(value=Stable) public CfnLayer.ShutdownEventConfigurationProperty.Builder delayUntilElbConnectionsDrained(IResolvable delayUntilElbConnectionsDrained)
delayUntilElbConnectionsDrained - Whether to enable Elastic Load Balancing connection draining.
For more information, see Connection Drainingthis@Stability(value=Stable) public CfnLayer.ShutdownEventConfigurationProperty.Builder executionTimeout(Number executionTimeout)
CfnLayer.ShutdownEventConfigurationProperty.getExecutionTimeout()executionTimeout - The time, in seconds, that AWS OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.this@Stability(value=Stable) public CfnLayer.ShutdownEventConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnLayer.ShutdownEventConfigurationProperty>CfnLayer.ShutdownEventConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.