Uses of Class
software.amazon.awscdk.services.lambda.CodeConfig.Builder
-
Uses of CodeConfig.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionstatic CodeConfig.Builder
CodeConfig.builder()
CodeConfig.Builder.image
(CodeImageConfig image) Sets the value ofCodeConfig.getImage()
CodeConfig.Builder.inlineCode
(String inlineCode) Sets the value ofCodeConfig.getInlineCode()
CodeConfig.Builder.s3Location
(Location s3Location) Sets the value ofCodeConfig.getS3Location()
CodeConfig.Builder.sourceKmsKeyArn
(String sourceKmsKeyArn) Sets the value ofinvalid @link
CodeConfig#getSourceKmsKeyArn
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeConfig.Builder
.