Uses of Class
software.amazon.awscdk.services.ecs.AddCapacityOptions.Builder
-
Uses of AddCapacityOptions.Builder in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionAddCapacityOptions.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofCommonAutoScalingGroupProps.getAllowAllOutbound()
AddCapacityOptions.Builder.associatePublicIpAddress
(Boolean associatePublicIpAddress) Sets the value ofCommonAutoScalingGroupProps.getAssociatePublicIpAddress()
AddCapacityOptions.Builder.autoScalingGroupName
(String autoScalingGroupName) Sets the value ofCommonAutoScalingGroupProps.getAutoScalingGroupName()
AddCapacityOptions.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
static AddCapacityOptions.Builder
AddCapacityOptions.builder()
AddCapacityOptions.Builder.canContainersAccessInstanceRole
(Boolean canContainersAccessInstanceRole) Sets the value ofAddAutoScalingGroupCapacityOptions.getCanContainersAccessInstanceRole()
Sets the value ofCommonAutoScalingGroupProps.getCooldown()
AddCapacityOptions.Builder.desiredCapacity
(Number desiredCapacity) Sets the value ofCommonAutoScalingGroupProps.getDesiredCapacity()
AddCapacityOptions.Builder.groupMetrics
(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()
AddCapacityOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()
AddCapacityOptions.Builder.ignoreUnmodifiedSizeProperties
(Boolean ignoreUnmodifiedSizeProperties) Sets the value ofCommonAutoScalingGroupProps.getIgnoreUnmodifiedSizeProperties()
AddCapacityOptions.Builder.instanceMonitoring
(Monitoring instanceMonitoring) Sets the value ofCommonAutoScalingGroupProps.getInstanceMonitoring()
AddCapacityOptions.Builder.instanceType
(InstanceType instanceType) Sets the value ofAddCapacityOptions.getInstanceType()
Sets the value ofCommonAutoScalingGroupProps.getKeyName()
AddCapacityOptions.Builder.machineImage
(IMachineImage machineImage) Sets the value ofAddCapacityOptions.getMachineImage()
AddCapacityOptions.Builder.machineImageType
(MachineImageType machineImageType) Sets the value ofAddAutoScalingGroupCapacityOptions.getMachineImageType()
AddCapacityOptions.Builder.maxCapacity
(Number maxCapacity) Sets the value ofCommonAutoScalingGroupProps.getMaxCapacity()
AddCapacityOptions.Builder.maxInstanceLifetime
(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()
AddCapacityOptions.Builder.minCapacity
(Number minCapacity) Sets the value ofCommonAutoScalingGroupProps.getMinCapacity()
AddCapacityOptions.Builder.newInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Sets the value ofCommonAutoScalingGroupProps.getNewInstancesProtectedFromScaleIn()
AddCapacityOptions.Builder.notifications
(List<? extends NotificationConfiguration> notifications) Sets the value ofCommonAutoScalingGroupProps.getNotifications()
AddCapacityOptions.Builder.notificationsTopic
(ITopic notificationsTopic) Deprecated.use `notifications`AddCapacityOptions.Builder.replacingUpdateMinSuccessfulInstancesPercent
(Number replacingUpdateMinSuccessfulInstancesPercent) Deprecated.Use `signals` insteadAddCapacityOptions.Builder.resourceSignalCount
(Number resourceSignalCount) Deprecated.Use `signals` instead.AddCapacityOptions.Builder.resourceSignalTimeout
(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.AddCapacityOptions.Builder.rollingUpdateConfiguration
(RollingUpdateConfiguration rollingUpdateConfiguration) Deprecated.Use `updatePolicy` insteadSets the value ofCommonAutoScalingGroupProps.getSignals()
AddCapacityOptions.Builder.spotInstanceDraining
(Boolean spotInstanceDraining) Sets the value ofAddAutoScalingGroupCapacityOptions.getSpotInstanceDraining()
Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()
AddCapacityOptions.Builder.taskDrainTime
(Duration taskDrainTime) Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.AddCapacityOptions.Builder.terminationPolicies
(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()
AddCapacityOptions.Builder.topicEncryptionKey
(IKey topicEncryptionKey) Sets the value ofAddAutoScalingGroupCapacityOptions.getTopicEncryptionKey()
AddCapacityOptions.Builder.updatePolicy
(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()
AddCapacityOptions.Builder.updateType
(UpdateType updateType) Deprecated.Use `updatePolicy` insteadAddCapacityOptions.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AddCapacityOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddCapacityOptions.Builder
.