Uses of Class
software.amazon.awscdk.services.autoscaling.CommonAutoScalingGroupProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CommonAutoScalingGroupProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCommonAutoScalingGroupProps.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofCommonAutoScalingGroupProps.getAllowAllOutbound()
CommonAutoScalingGroupProps.Builder.associatePublicIpAddress
(Boolean associatePublicIpAddress) Sets the value ofCommonAutoScalingGroupProps.getAssociatePublicIpAddress()
CommonAutoScalingGroupProps.Builder.autoScalingGroupName
(String autoScalingGroupName) Sets the value ofCommonAutoScalingGroupProps.getAutoScalingGroupName()
CommonAutoScalingGroupProps.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
CommonAutoScalingGroupProps.builder()
Sets the value ofCommonAutoScalingGroupProps.getCooldown()
CommonAutoScalingGroupProps.Builder.desiredCapacity
(Number desiredCapacity) Sets the value ofCommonAutoScalingGroupProps.getDesiredCapacity()
CommonAutoScalingGroupProps.Builder.groupMetrics
(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()
CommonAutoScalingGroupProps.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()
CommonAutoScalingGroupProps.Builder.ignoreUnmodifiedSizeProperties
(Boolean ignoreUnmodifiedSizeProperties) Sets the value ofCommonAutoScalingGroupProps.getIgnoreUnmodifiedSizeProperties()
CommonAutoScalingGroupProps.Builder.instanceMonitoring
(Monitoring instanceMonitoring) Sets the value ofCommonAutoScalingGroupProps.getInstanceMonitoring()
Sets the value ofCommonAutoScalingGroupProps.getKeyName()
CommonAutoScalingGroupProps.Builder.maxCapacity
(Number maxCapacity) Sets the value ofCommonAutoScalingGroupProps.getMaxCapacity()
CommonAutoScalingGroupProps.Builder.maxInstanceLifetime
(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()
CommonAutoScalingGroupProps.Builder.minCapacity
(Number minCapacity) Sets the value ofCommonAutoScalingGroupProps.getMinCapacity()
CommonAutoScalingGroupProps.Builder.newInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Sets the value ofCommonAutoScalingGroupProps.getNewInstancesProtectedFromScaleIn()
CommonAutoScalingGroupProps.Builder.notifications
(List<? extends NotificationConfiguration> notifications) Sets the value ofCommonAutoScalingGroupProps.getNotifications()
CommonAutoScalingGroupProps.Builder.notificationsTopic
(ITopic notificationsTopic) Deprecated.use `notifications`CommonAutoScalingGroupProps.Builder.replacingUpdateMinSuccessfulInstancesPercent
(Number replacingUpdateMinSuccessfulInstancesPercent) Deprecated.Use `signals` insteadCommonAutoScalingGroupProps.Builder.resourceSignalCount
(Number resourceSignalCount) Deprecated.Use `signals` instead.CommonAutoScalingGroupProps.Builder.resourceSignalTimeout
(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.CommonAutoScalingGroupProps.Builder.rollingUpdateConfiguration
(RollingUpdateConfiguration rollingUpdateConfiguration) Deprecated.Use `updatePolicy` insteadSets the value ofCommonAutoScalingGroupProps.getSignals()
Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()
CommonAutoScalingGroupProps.Builder.terminationPolicies
(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()
CommonAutoScalingGroupProps.Builder.updatePolicy
(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()
CommonAutoScalingGroupProps.Builder.updateType
(UpdateType updateType) Deprecated.Use `updatePolicy` insteadCommonAutoScalingGroupProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCommonAutoScalingGroupProps.Builder
.