Uses of Class
software.amazon.awscdk.services.lambda.CfnFunction.CodeProperty.Builder
Packages that use CfnFunction.CodeProperty.Builder
-
Uses of CfnFunction.CodeProperty.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnFunction.CodeProperty.BuilderModifier and TypeMethodDescriptionCfnFunction.CodeProperty.builder()
Sets the value ofCfnFunction.CodeProperty.getImageUri()
Sets the value ofCfnFunction.CodeProperty.getS3Bucket()
Sets the value ofCfnFunction.CodeProperty.getS3Key()
CfnFunction.CodeProperty.Builder.s3ObjectVersion
(String s3ObjectVersion) Sets the value ofCfnFunction.CodeProperty.getS3ObjectVersion()
Sets the value ofCfnFunction.CodeProperty.getZipFile()
Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnFunction.CodeProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.CodeProperty.Builder
.