Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApiProps.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApiProps.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnHttpApiProps.Builder.accessLogSetting
(IResolvable accessLogSetting) Sets the value ofCfnHttpApiProps.getAccessLogSetting()
CfnHttpApiProps.Builder.accessLogSetting
(CfnHttpApi.AccessLogSettingProperty accessLogSetting) Sets the value ofCfnHttpApiProps.getAccessLogSetting()
CfnHttpApiProps.Builder.auth
(IResolvable auth) Sets the value ofCfnHttpApiProps.getAuth()
CfnHttpApiProps.Builder.auth
(CfnHttpApi.HttpApiAuthProperty auth) Sets the value ofCfnHttpApiProps.getAuth()
static CfnHttpApiProps.Builder
CfnHttpApiProps.builder()
CfnHttpApiProps.Builder.corsConfiguration
(Boolean corsConfiguration) Sets the value ofCfnHttpApiProps.getCorsConfiguration()
CfnHttpApiProps.Builder.corsConfiguration
(IResolvable corsConfiguration) Sets the value ofCfnHttpApiProps.getCorsConfiguration()
CfnHttpApiProps.Builder.corsConfiguration
(CfnHttpApi.CorsConfigurationObjectProperty corsConfiguration) Sets the value ofCfnHttpApiProps.getCorsConfiguration()
CfnHttpApiProps.Builder.defaultRouteSettings
(IResolvable defaultRouteSettings) Sets the value ofCfnHttpApiProps.getDefaultRouteSettings()
CfnHttpApiProps.Builder.defaultRouteSettings
(CfnHttpApi.RouteSettingsProperty defaultRouteSettings) Sets the value ofCfnHttpApiProps.getDefaultRouteSettings()
CfnHttpApiProps.Builder.definitionBody
(Object definitionBody) Sets the value ofCfnHttpApiProps.getDefinitionBody()
CfnHttpApiProps.Builder.definitionUri
(String definitionUri) Sets the value ofCfnHttpApiProps.getDefinitionUri()
CfnHttpApiProps.Builder.definitionUri
(IResolvable definitionUri) Sets the value ofCfnHttpApiProps.getDefinitionUri()
CfnHttpApiProps.Builder.definitionUri
(CfnHttpApi.S3LocationProperty definitionUri) Sets the value ofCfnHttpApiProps.getDefinitionUri()
CfnHttpApiProps.Builder.description
(String description) Sets the value ofCfnHttpApiProps.getDescription()
CfnHttpApiProps.Builder.disableExecuteApiEndpoint
(Boolean disableExecuteApiEndpoint) Sets the value ofCfnHttpApiProps.getDisableExecuteApiEndpoint()
CfnHttpApiProps.Builder.disableExecuteApiEndpoint
(IResolvable disableExecuteApiEndpoint) Sets the value ofCfnHttpApiProps.getDisableExecuteApiEndpoint()
CfnHttpApiProps.Builder.domain
(IResolvable domain) Sets the value ofCfnHttpApiProps.getDomain()
CfnHttpApiProps.Builder.domain
(CfnHttpApi.HttpApiDomainConfigurationProperty domain) Sets the value ofCfnHttpApiProps.getDomain()
CfnHttpApiProps.Builder.failOnWarnings
(Boolean failOnWarnings) Sets the value ofCfnHttpApiProps.getFailOnWarnings()
CfnHttpApiProps.Builder.failOnWarnings
(IResolvable failOnWarnings) Sets the value ofCfnHttpApiProps.getFailOnWarnings()
CfnHttpApiProps.Builder.routeSettings
(IResolvable routeSettings) Sets the value ofCfnHttpApiProps.getRouteSettings()
CfnHttpApiProps.Builder.routeSettings
(CfnHttpApi.RouteSettingsProperty routeSettings) Sets the value ofCfnHttpApiProps.getRouteSettings()
Sets the value ofCfnHttpApiProps.getStageName()
CfnHttpApiProps.Builder.stageVariables
(Map<String, String> stageVariables) Sets the value ofCfnHttpApiProps.getStageVariables()
CfnHttpApiProps.Builder.stageVariables
(IResolvable stageVariables) Sets the value ofCfnHttpApiProps.getStageVariables()
Sets the value ofCfnHttpApiProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnHttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiProps.Builder
.