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()
AutoScalingGroupCapacityOptions.Builder.capacityRebalance
(Boolean capacityRebalance) Sets the value ofCommonAutoScalingGroupProps.getCapacityRebalance()
Sets the value ofCommonAutoScalingGroupProps.getCooldown()
AutoScalingGroupCapacityOptions.Builder.defaultInstanceWarmup
(Duration defaultInstanceWarmup) Sets the value ofCommonAutoScalingGroupProps.getDefaultInstanceWarmup()
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()
Deprecated.- Use `keyPair` instead - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2-readme.html#using-an-existing-ec2-key-pairSets the value ofCommonAutoScalingGroupProps.getKeyPair()
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()
Sets the value ofCommonAutoScalingGroupProps.getSignals()
AutoScalingGroupCapacityOptions.Builder.spotInterruptHandler
(Boolean spotInterruptHandler) Sets the value ofAutoScalingGroupCapacityOptions.getSpotInterruptHandler()
Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()
AutoScalingGroupCapacityOptions.Builder.ssmSessionPermissions
(Boolean ssmSessionPermissions) Sets the value ofCommonAutoScalingGroupProps.getSsmSessionPermissions()
AutoScalingGroupCapacityOptions.Builder.terminationPolicies
(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()
AutoScalingGroupCapacityOptions.Builder.terminationPolicyCustomLambdaFunctionArn
(String terminationPolicyCustomLambdaFunctionArn) AutoScalingGroupCapacityOptions.Builder.updatePolicy
(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()
AutoScalingGroupCapacityOptions.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAutoScalingGroupCapacityOptions.Builder
.