Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.CodeProperty
-
Uses of CfnFunction.CodeProperty in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.CodeProperty
Modifier and TypeMethodDescriptionCfnFunction.CodeProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFunction.Builder.code
(CfnFunction.CodeProperty code) The code for the function.CfnFunctionProps.Builder.code
(CfnFunction.CodeProperty code) Sets the value ofCfnFunctionProps.getCode()
void
CfnFunction.setCode
(CfnFunction.CodeProperty value) The code for the function.