Uses of Class
software.amazon.awscdk.services.autoscaling.CfnLifecycleHookProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnLifecycleHookProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnLifecycleHookProps.Builder.autoScalingGroupName
(String autoScalingGroupName) Sets the value ofCfnLifecycleHookProps.getAutoScalingGroupName()
CfnLifecycleHookProps.builder()
CfnLifecycleHookProps.Builder.defaultResult
(String defaultResult) Sets the value ofCfnLifecycleHookProps.getDefaultResult()
CfnLifecycleHookProps.Builder.heartbeatTimeout
(Number heartbeatTimeout) Sets the value ofCfnLifecycleHookProps.getHeartbeatTimeout()
CfnLifecycleHookProps.Builder.lifecycleHookName
(String lifecycleHookName) Sets the value ofCfnLifecycleHookProps.getLifecycleHookName()
CfnLifecycleHookProps.Builder.lifecycleTransition
(String lifecycleTransition) Sets the value ofCfnLifecycleHookProps.getLifecycleTransition()
CfnLifecycleHookProps.Builder.notificationMetadata
(String notificationMetadata) Sets the value ofCfnLifecycleHookProps.getNotificationMetadata()
CfnLifecycleHookProps.Builder.notificationTargetArn
(String notificationTargetArn) Sets the value ofCfnLifecycleHookProps.getNotificationTargetArn()
Sets the value ofCfnLifecycleHookProps.getRoleArn()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLifecycleHookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLifecycleHookProps.Builder
.