Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.CorsConfigurationProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.CorsConfigurationProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnFunction.CorsConfigurationProperty.Builder.allowCredentials
(Boolean allowCredentials) Sets the value ofCfnFunction.CorsConfigurationProperty.getAllowCredentials()
CfnFunction.CorsConfigurationProperty.Builder.allowCredentials
(IResolvable allowCredentials) Sets the value ofCfnFunction.CorsConfigurationProperty.getAllowCredentials()
CfnFunction.CorsConfigurationProperty.Builder.allowHeaders
(String allowHeaders) Sets the value ofCfnFunction.CorsConfigurationProperty.getAllowHeaders()
CfnFunction.CorsConfigurationProperty.Builder.allowMethods
(String allowMethods) Sets the value ofCfnFunction.CorsConfigurationProperty.getAllowMethods()
CfnFunction.CorsConfigurationProperty.Builder.allowOrigin
(String allowOrigin) Sets the value ofCfnFunction.CorsConfigurationProperty.getAllowOrigin()
CfnFunction.CorsConfigurationProperty.builder()
Sets the value ofCfnFunction.CorsConfigurationProperty.getMaxAge()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.CorsConfigurationProperty.Builder
.