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