Uses of Class
software.amazon.awscdk.services.lambda.LambdaRuntimeProps.Builder
Packages that use LambdaRuntimeProps.Builder
-
Uses of LambdaRuntimeProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return LambdaRuntimeProps.BuilderModifier and TypeMethodDescriptionstatic LambdaRuntimeProps.BuilderLambdaRuntimeProps.builder()LambdaRuntimeProps.Builder.bundlingDockerImage(String bundlingDockerImage) Sets the value ofLambdaRuntimeProps.getBundlingDockerImage()LambdaRuntimeProps.Builder.isVariable(Boolean isVariable) Sets the value ofLambdaRuntimeProps.getIsVariable()LambdaRuntimeProps.Builder.supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling) Sets the value ofLambdaRuntimeProps.getSupportsCodeGuruProfiling()LambdaRuntimeProps.Builder.supportsInlineCode(Boolean supportsInlineCode) Sets the value ofLambdaRuntimeProps.getSupportsInlineCode()LambdaRuntimeProps.Builder.supportsSnapStart(Boolean supportsSnapStart) Sets the value ofLambdaRuntimeProps.getSupportsSnapStart()Constructors in software.amazon.awscdk.services.lambda with parameters of type LambdaRuntimeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LambdaRuntimeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaRuntimeProps.Builder.