Uses of Class
software.amazon.awscdk.services.cloudfront.CfnFunctionProps.Builder
-
Uses of CfnFunctionProps.Builder in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionCfnFunctionProps.Builder.autoPublish
(Boolean autoPublish) Sets the value ofCfnFunctionProps.getAutoPublish()
CfnFunctionProps.Builder.autoPublish
(IResolvable autoPublish) Sets the value ofCfnFunctionProps.getAutoPublish()
static CfnFunctionProps.Builder
CfnFunctionProps.builder()
CfnFunctionProps.Builder.functionCode
(String functionCode) Sets the value ofCfnFunctionProps.getFunctionCode()
CfnFunctionProps.Builder.functionConfig
(IResolvable functionConfig) Sets the value ofCfnFunctionProps.getFunctionConfig()
CfnFunctionProps.Builder.functionConfig
(CfnFunction.FunctionConfigProperty functionConfig) Sets the value ofCfnFunctionProps.getFunctionConfig()
CfnFunctionProps.Builder.functionMetadata
(IResolvable functionMetadata) Sets the value ofCfnFunctionProps.getFunctionMetadata()
CfnFunctionProps.Builder.functionMetadata
(CfnFunction.FunctionMetadataProperty functionMetadata) Sets the value ofCfnFunctionProps.getFunctionMetadata()
Sets the value ofCfnFunctionProps.getName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder
.