Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApi.CorsConfigurationObjectProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.CorsConfigurationObjectProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnHttpApi.CorsConfigurationObjectProperty.Builder.allowCredentials
(Boolean allowCredentials) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowCredentials()
CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowCredentials
(IResolvable allowCredentials) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowCredentials()
CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowHeaders
(List<String> allowHeaders) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowHeaders()
CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowMethods
(List<String> allowMethods) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowMethods()
CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowOrigins
(List<String> allowOrigins) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowOrigins()
CfnHttpApi.CorsConfigurationObjectProperty.builder()
CfnHttpApi.CorsConfigurationObjectProperty.Builder.exposeHeaders
(List<String> exposeHeaders) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getExposeHeaders()
Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getMaxAge()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHttpApi.CorsConfigurationObjectProperty.Builder
.