Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.CorsConfigurationProperty.Builder
Packages that use CfnFunction.CorsConfigurationProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.CorsConfigurationProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnFunction.CorsConfigurationProperty.BuilderModifier 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()Constructors in software.amazon.awscdk.services.sam with parameters of type CfnFunction.CorsConfigurationProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.CorsConfigurationProperty.Builder.