Uses of Class
software.amazon.awscdk.services.lambda.CapacityProviderProps.Builder
Packages that use CapacityProviderProps.Builder
-
Uses of CapacityProviderProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CapacityProviderProps.BuilderModifier and TypeMethodDescriptionCapacityProviderProps.Builder.architectures(List<? extends Architecture> architectures) Sets the value ofCapacityProviderProps.getArchitectures()CapacityProviderProps.builder()CapacityProviderProps.Builder.capacityProviderName(String capacityProviderName) Sets the value ofCapacityProviderProps.getCapacityProviderName()CapacityProviderProps.Builder.instanceTypeFilter(InstanceTypeFilter instanceTypeFilter) Sets the value ofCapacityProviderProps.getInstanceTypeFilter()Sets the value ofCapacityProviderProps.getKmsKey()CapacityProviderProps.Builder.maxVCpuCount(Number maxVCpuCount) Sets the value ofCapacityProviderProps.getMaxVCpuCount()CapacityProviderProps.Builder.operatorRole(IRole operatorRole) Sets the value ofCapacityProviderProps.getOperatorRole()CapacityProviderProps.Builder.scalingOptions(ScalingOptions scalingOptions) Sets the value ofCapacityProviderProps.getScalingOptions()CapacityProviderProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCapacityProviderProps.getSecurityGroups()Sets the value ofCapacityProviderProps.getSubnets()Constructors in software.amazon.awscdk.services.lambda with parameters of type CapacityProviderProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CapacityProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCapacityProviderProps.Builder.