Uses of Class
software.amazon.awscdk.services.autoscaling.LifecycleHookProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of LifecycleHookProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionLifecycleHookProps.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) Sets the value ofLifecycleHookProps.getAutoScalingGroup()
static LifecycleHookProps.Builder
LifecycleHookProps.builder()
LifecycleHookProps.Builder.defaultResult
(DefaultResult defaultResult) Sets the value ofBasicLifecycleHookProps.getDefaultResult()
LifecycleHookProps.Builder.heartbeatTimeout
(Duration heartbeatTimeout) Sets the value ofBasicLifecycleHookProps.getHeartbeatTimeout()
LifecycleHookProps.Builder.lifecycleHookName
(String lifecycleHookName) Sets the value ofBasicLifecycleHookProps.getLifecycleHookName()
LifecycleHookProps.Builder.lifecycleTransition
(LifecycleTransition lifecycleTransition) Sets the value ofBasicLifecycleHookProps.getLifecycleTransition()
LifecycleHookProps.Builder.notificationMetadata
(String notificationMetadata) Sets the value ofBasicLifecycleHookProps.getNotificationMetadata()
LifecycleHookProps.Builder.notificationTarget
(ILifecycleHookTarget notificationTarget) Sets the value ofBasicLifecycleHookProps.getNotificationTarget()
Sets the value ofBasicLifecycleHookProps.getRole()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LifecycleHookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecycleHookProps.Builder
.