Uses of Class
software.amazon.awscdk.services.lambda.VersionProps.Builder
-
Uses of VersionProps.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionstatic VersionProps.Builder
VersionProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVersionProps.Builder
.