Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnHttpApiMixinProps.Builder
Packages that use CfnHttpApiMixinProps.Builder
-
Uses of CfnHttpApiMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.sam
Methods in software.amazon.awscdk.cfnpropertymixins.services.sam that return CfnHttpApiMixinProps.BuilderModifier and TypeMethodDescriptionCfnHttpApiMixinProps.Builder.accessLogSetting(CfnHttpApiPropsMixin.AccessLogSettingProperty accessLogSetting) Sets the value ofCfnHttpApiMixinProps.getAccessLogSetting()CfnHttpApiMixinProps.Builder.accessLogSetting(IResolvable accessLogSetting) Sets the value ofCfnHttpApiMixinProps.getAccessLogSetting()CfnHttpApiMixinProps.Builder.auth(CfnHttpApiPropsMixin.HttpApiAuthProperty auth) Sets the value ofCfnHttpApiMixinProps.getAuth()CfnHttpApiMixinProps.Builder.auth(IResolvable auth) Sets the value ofCfnHttpApiMixinProps.getAuth()static CfnHttpApiMixinProps.BuilderCfnHttpApiMixinProps.builder()CfnHttpApiMixinProps.Builder.corsConfiguration(Boolean corsConfiguration) Sets the value ofCfnHttpApiMixinProps.getCorsConfiguration()CfnHttpApiMixinProps.Builder.corsConfiguration(CfnHttpApiPropsMixin.CorsConfigurationObjectProperty corsConfiguration) Sets the value ofCfnHttpApiMixinProps.getCorsConfiguration()CfnHttpApiMixinProps.Builder.corsConfiguration(IResolvable corsConfiguration) Sets the value ofCfnHttpApiMixinProps.getCorsConfiguration()CfnHttpApiMixinProps.Builder.defaultRouteSettings(CfnHttpApiPropsMixin.RouteSettingsProperty defaultRouteSettings) Sets the value ofCfnHttpApiMixinProps.getDefaultRouteSettings()CfnHttpApiMixinProps.Builder.defaultRouteSettings(IResolvable defaultRouteSettings) Sets the value ofCfnHttpApiMixinProps.getDefaultRouteSettings()CfnHttpApiMixinProps.Builder.definitionBody(Object definitionBody) Sets the value ofCfnHttpApiMixinProps.getDefinitionBody()CfnHttpApiMixinProps.Builder.definitionUri(String definitionUri) Sets the value ofCfnHttpApiMixinProps.getDefinitionUri()CfnHttpApiMixinProps.Builder.definitionUri(CfnHttpApiPropsMixin.S3LocationProperty definitionUri) Sets the value ofCfnHttpApiMixinProps.getDefinitionUri()CfnHttpApiMixinProps.Builder.definitionUri(IResolvable definitionUri) Sets the value ofCfnHttpApiMixinProps.getDefinitionUri()CfnHttpApiMixinProps.Builder.description(String description) Sets the value ofCfnHttpApiMixinProps.getDescription()CfnHttpApiMixinProps.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Sets the value ofCfnHttpApiMixinProps.getDisableExecuteApiEndpoint()CfnHttpApiMixinProps.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint) Sets the value ofCfnHttpApiMixinProps.getDisableExecuteApiEndpoint()CfnHttpApiMixinProps.Builder.domain(CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty domain) Sets the value ofCfnHttpApiMixinProps.getDomain()CfnHttpApiMixinProps.Builder.domain(IResolvable domain) Sets the value ofCfnHttpApiMixinProps.getDomain()CfnHttpApiMixinProps.Builder.failOnWarnings(Boolean failOnWarnings) Sets the value ofCfnHttpApiMixinProps.getFailOnWarnings()CfnHttpApiMixinProps.Builder.failOnWarnings(IResolvable failOnWarnings) Sets the value ofCfnHttpApiMixinProps.getFailOnWarnings()CfnHttpApiMixinProps.Builder.routeSettings(CfnHttpApiPropsMixin.RouteSettingsProperty routeSettings) Sets the value ofCfnHttpApiMixinProps.getRouteSettings()CfnHttpApiMixinProps.Builder.routeSettings(IResolvable routeSettings) Sets the value ofCfnHttpApiMixinProps.getRouteSettings()Sets the value ofCfnHttpApiMixinProps.getStageName()CfnHttpApiMixinProps.Builder.stageVariables(Map<String, String> stageVariables) Sets the value ofCfnHttpApiMixinProps.getStageVariables()CfnHttpApiMixinProps.Builder.stageVariables(IResolvable stageVariables) Sets the value ofCfnHttpApiMixinProps.getStageVariables()Sets the value ofCfnHttpApiMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sam with parameters of type CfnHttpApiMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnHttpApiMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiMixinProps.Builder.