Uses of Class
software.amazon.awscdk.services.cloudfront.FunctionProps.Builder
-
Uses of FunctionProps.Builder in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionFunctionProps.Builder.autoPublish
(Boolean autoPublish) Sets the value ofFunctionProps.getAutoPublish()
static FunctionProps.Builder
FunctionProps.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
(IKeyValueStore keyValueStore) Sets the value ofFunctionProps.getKeyValueStore()
FunctionProps.Builder.runtime
(FunctionRuntime runtime) Sets the value ofFunctionProps.getRuntime()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionProps.Builder
.