public static interface ShutdownEventConfiguration.Builder extends SdkPojo, CopyableBuilder<ShutdownEventConfiguration.Builder,ShutdownEventConfiguration>
Modifier and Type | Method and Description |
---|---|
ShutdownEventConfiguration.Builder |
delayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)
Whether to enable Elastic Load Balancing connection draining.
|
ShutdownEventConfiguration.Builder |
executionTimeout(Integer executionTimeout)
The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting
down an instance.
|
copy
applyMutation, build
ShutdownEventConfiguration.Builder executionTimeout(Integer executionTimeout)
The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.
executionTimeout
- The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before
shutting down an instance.ShutdownEventConfiguration.Builder delayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)
Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining
delayUntilElbConnectionsDrained
- Whether to enable Elastic Load Balancing connection draining. For more information, see Connection DrainingCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.