Uses of Class
software.amazon.awscdk.services.lambda.VersionProps.Builder
Packages that use VersionProps.Builder
-
Uses of VersionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return VersionProps.BuilderModifier and TypeMethodDescriptionstatic VersionProps.BuilderVersionProps.builder()VersionProps.Builder.codeSha256(String codeSha256) Sets the value ofVersionOptions.getCodeSha256()VersionProps.Builder.description(String description) Sets the value ofVersionOptions.getDescription()Sets the value ofVersionProps.getLambda()VersionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()VersionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()VersionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()VersionProps.Builder.provisionedConcurrentExecutions(Number provisionedConcurrentExecutions) Sets the value ofVersionOptions.getProvisionedConcurrentExecutions()VersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofVersionOptions.getRemovalPolicy()VersionProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Constructors in software.amazon.awscdk.services.lambda with parameters of type VersionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(VersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVersionProps.Builder.