Uses of Class
software.amazon.awscdk.services.lambda.LayerVersionProps.Builder
Packages that use LayerVersionProps.Builder
-
Uses of LayerVersionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return LayerVersionProps.BuilderModifier and TypeMethodDescriptionstatic LayerVersionProps.BuilderLayerVersionProps.builder()Sets the value ofLayerVersionProps.getCode()LayerVersionProps.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures) Sets the value ofLayerVersionProps.getCompatibleArchitectures()LayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes) Sets the value ofLayerVersionProps.getCompatibleRuntimes()LayerVersionProps.Builder.description(String description) Sets the value ofLayerVersionOptions.getDescription()LayerVersionProps.Builder.layerVersionName(String layerVersionName) Sets the value ofLayerVersionOptions.getLayerVersionName()Sets the value ofLayerVersionOptions.getLicense()LayerVersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLayerVersionOptions.getRemovalPolicy()Constructors in software.amazon.awscdk.services.lambda with parameters of type LayerVersionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LayerVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLayerVersionProps.Builder.