Uses of Class
software.amazon.awscdk.services.eks.AutoScalingGroupCapacityOptions.Builder
-
Uses of AutoScalingGroupCapacityOptions.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofCommonAutoScalingGroupProps.getAllowAllOutbound()
AutoScalingGroupCapacityOptions.Builder.associatePublicIpAddress
(Boolean associatePublicIpAddress) Sets the value ofCommonAutoScalingGroupProps.getAssociatePublicIpAddress()
AutoScalingGroupCapacityOptions.Builder.autoScalingGroupName
(String autoScalingGroupName) Sets the value ofCommonAutoScalingGroupProps.getAutoScalingGroupName()
AutoScalingGroupCapacityOptions.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
AutoScalingGroupCapacityOptions.Builder.bootstrapEnabled
(Boolean bootstrapEnabled) Sets the value ofAutoScalingGroupCapacityOptions.getBootstrapEnabled()
AutoScalingGroupCapacityOptions.Builder.bootstrapOptions
(BootstrapOptions bootstrapOptions) Sets the value ofAutoScalingGroupCapacityOptions.getBootstrapOptions()
AutoScalingGroupCapacityOptions.builder()
Sets the value ofCommonAutoScalingGroupProps.getCooldown()
AutoScalingGroupCapacityOptions.Builder.desiredCapacity
(Number desiredCapacity) Sets the value ofCommonAutoScalingGroupProps.getDesiredCapacity()
AutoScalingGroupCapacityOptions.Builder.groupMetrics
(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()
AutoScalingGroupCapacityOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()
AutoScalingGroupCapacityOptions.Builder.ignoreUnmodifiedSizeProperties
(Boolean ignoreUnmodifiedSizeProperties) Sets the value ofCommonAutoScalingGroupProps.getIgnoreUnmodifiedSizeProperties()
AutoScalingGroupCapacityOptions.Builder.instanceMonitoring
(Monitoring instanceMonitoring) Sets the value ofCommonAutoScalingGroupProps.getInstanceMonitoring()
AutoScalingGroupCapacityOptions.Builder.instanceType
(InstanceType instanceType) Sets the value ofAutoScalingGroupCapacityOptions.getInstanceType()
Sets the value ofCommonAutoScalingGroupProps.getKeyName()
AutoScalingGroupCapacityOptions.Builder.machineImageType
(MachineImageType machineImageType) Sets the value ofAutoScalingGroupCapacityOptions.getMachineImageType()
Sets the value ofAutoScalingGroupCapacityOptions.getMapRole()
AutoScalingGroupCapacityOptions.Builder.maxCapacity
(Number maxCapacity) Sets the value ofCommonAutoScalingGroupProps.getMaxCapacity()
AutoScalingGroupCapacityOptions.Builder.maxInstanceLifetime
(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()
AutoScalingGroupCapacityOptions.Builder.minCapacity
(Number minCapacity) Sets the value ofCommonAutoScalingGroupProps.getMinCapacity()
AutoScalingGroupCapacityOptions.Builder.newInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Sets the value ofCommonAutoScalingGroupProps.getNewInstancesProtectedFromScaleIn()
AutoScalingGroupCapacityOptions.Builder.notifications
(List<? extends NotificationConfiguration> notifications) Sets the value ofCommonAutoScalingGroupProps.getNotifications()
AutoScalingGroupCapacityOptions.Builder.notificationsTopic
(ITopic notificationsTopic) Deprecated.use `notifications`AutoScalingGroupCapacityOptions.Builder.replacingUpdateMinSuccessfulInstancesPercent
(Number replacingUpdateMinSuccessfulInstancesPercent) Deprecated.Use `signals` insteadAutoScalingGroupCapacityOptions.Builder.resourceSignalCount
(Number resourceSignalCount) Deprecated.Use `signals` instead.AutoScalingGroupCapacityOptions.Builder.resourceSignalTimeout
(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.AutoScalingGroupCapacityOptions.Builder.rollingUpdateConfiguration
(RollingUpdateConfiguration rollingUpdateConfiguration) Deprecated.Use `updatePolicy` insteadSets the value ofCommonAutoScalingGroupProps.getSignals()
AutoScalingGroupCapacityOptions.Builder.spotInterruptHandler
(Boolean spotInterruptHandler) Sets the value ofAutoScalingGroupCapacityOptions.getSpotInterruptHandler()
Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()
AutoScalingGroupCapacityOptions.Builder.terminationPolicies
(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()
AutoScalingGroupCapacityOptions.Builder.updatePolicy
(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()
AutoScalingGroupCapacityOptions.Builder.updateType
(UpdateType updateType) Deprecated.Use `updatePolicy` insteadAutoScalingGroupCapacityOptions.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAutoScalingGroupCapacityOptions.Builder
.