Uses of Class
software.amazon.awscdk.services.cloudfront.Function.Builder
Packages that use Function.Builder
-
Uses of Function.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return Function.BuilderModifier and TypeMethodDescriptionFunction.Builder.code(FunctionCode code) The source code of the function.A comment to describe the function.static Function.BuilderFunction.Builder.functionName(String functionName) A name to identify the function.