Uses of Class
software.amazon.awscdk.services.cloudfront.FunctionProps.Builder
Packages that use FunctionProps.Builder
-
Uses of FunctionProps.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return FunctionProps.BuilderModifier and TypeMethodDescriptionFunctionProps.Builder.autoPublish(Boolean autoPublish) Sets the value ofFunctionProps.getAutoPublish()static FunctionProps.BuilderFunctionProps.builder()FunctionProps.Builder.code(FunctionCode code) Sets the value ofFunctionProps.getCode()Sets the value ofFunctionProps.getComment()FunctionProps.Builder.functionName(String functionName) Sets the value ofFunctionProps.getFunctionName()FunctionProps.Builder.keyValueStore(IKeyValueStoreRef keyValueStore) Sets the value ofFunctionProps.getKeyValueStore()FunctionProps.Builder.runtime(FunctionRuntime runtime) Sets the value ofFunctionProps.getRuntime()Constructors in software.amazon.awscdk.services.cloudfront with parameters of type FunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionProps.Builder.