Uses of Class
software.amazon.awscdk.services.eks.AutoScalingGroupOptions.Builder
-
Uses of AutoScalingGroupOptions.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionAutoScalingGroupOptions.Builder.bootstrapEnabled
(Boolean bootstrapEnabled) Sets the value ofAutoScalingGroupOptions.getBootstrapEnabled()
AutoScalingGroupOptions.Builder.bootstrapOptions
(BootstrapOptions bootstrapOptions) Sets the value ofAutoScalingGroupOptions.getBootstrapOptions()
AutoScalingGroupOptions.builder()
AutoScalingGroupOptions.Builder.machineImageType
(MachineImageType machineImageType) Sets the value ofAutoScalingGroupOptions.getMachineImageType()
Sets the value ofAutoScalingGroupOptions.getMapRole()
AutoScalingGroupOptions.Builder.spotInterruptHandler
(Boolean spotInterruptHandler) Sets the value ofAutoScalingGroupOptions.getSpotInterruptHandler()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAutoScalingGroupOptions.Builder
.