Uses of Class
software.amazon.awscdk.services.ecs.AddCapacityOptions.Builder
Packages that use AddCapacityOptions.Builder
-
Uses of AddCapacityOptions.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return AddCapacityOptions.BuilderModifier 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.azCapacityDistributionStrategy(CapacityDistributionStrategy azCapacityDistributionStrategy) Sets the value ofCommonAutoScalingGroupProps.getAzCapacityDistributionStrategy()AddCapacityOptions.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()static AddCapacityOptions.BuilderAddCapacityOptions.builder()AddCapacityOptions.Builder.canContainersAccessInstanceRole(Boolean canContainersAccessInstanceRole) Deprecated.See https://github.com/aws/aws-cdk/discussions/32609AddCapacityOptions.Builder.capacityRebalance(Boolean capacityRebalance) Sets the value ofCommonAutoScalingGroupProps.getCapacityRebalance()Sets the value ofCommonAutoScalingGroupProps.getCooldown()AddCapacityOptions.Builder.defaultInstanceWarmup(Duration defaultInstanceWarmup) Sets the value ofCommonAutoScalingGroupProps.getDefaultInstanceWarmup()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) Deprecated.Use `healthChecks` insteadAddCapacityOptions.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks()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()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()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()Sets the value ofCommonAutoScalingGroupProps.getSignals()AddCapacityOptions.Builder.spotInstanceDraining(Boolean spotInstanceDraining) Sets the value ofAddAutoScalingGroupCapacityOptions.getSpotInstanceDraining()Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()AddCapacityOptions.Builder.ssmSessionPermissions(Boolean ssmSessionPermissions) Sets the value ofCommonAutoScalingGroupProps.getSsmSessionPermissions()AddCapacityOptions.Builder.terminationPolicies(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()AddCapacityOptions.Builder.terminationPolicyCustomLambdaFunctionArn(String terminationPolicyCustomLambdaFunctionArn) AddCapacityOptions.Builder.topicEncryptionKey(IKey topicEncryptionKey) Sets the value ofAddAutoScalingGroupCapacityOptions.getTopicEncryptionKey()AddCapacityOptions.Builder.updatePolicy(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()AddCapacityOptions.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.ecs with parameters of type AddCapacityOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(AddCapacityOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddCapacityOptions.Builder.