CopyableBuilder<ShutdownEventConfiguration.Builder,ShutdownEventConfiguration>
, SdkBuilder<ShutdownEventConfiguration.Builder,ShutdownEventConfiguration>
public static interface ShutdownEventConfiguration.Builder extends CopyableBuilder<ShutdownEventConfiguration.Builder,ShutdownEventConfiguration>
Modifier and Type | Method | 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
apply, 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.