Uses of Interface
software.amazon.awssdk.services.opsworks.model.ShutdownEventConfiguration.Builder
-
Packages that use ShutdownEventConfiguration.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ShutdownEventConfiguration.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return ShutdownEventConfiguration.Builder Modifier and Type Method Description static ShutdownEventConfiguration.BuilderShutdownEventConfiguration. builder()ShutdownEventConfiguration.BuilderShutdownEventConfiguration.Builder. delayUntilElbConnectionsDrained(Boolean delayUntilElbConnectionsDrained)Whether to enable Elastic Load Balancing connection draining.ShutdownEventConfiguration.BuilderShutdownEventConfiguration.Builder. executionTimeout(Integer executionTimeout)The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.ShutdownEventConfiguration.BuilderShutdownEventConfiguration. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ShutdownEventConfiguration.Builder Modifier and Type Method Description static Class<? extends ShutdownEventConfiguration.Builder>ShutdownEventConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type ShutdownEventConfiguration.Builder Modifier and Type Method Description default LifecycleEventConfiguration.BuilderLifecycleEventConfiguration.Builder. shutdown(Consumer<ShutdownEventConfiguration.Builder> shutdown)AShutdownEventConfigurationobject that specifies the Shutdown event configuration.
-