Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty.Builder
Packages that use CfnHttpApi.RouteSettingsProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.RouteSettingsProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnHttpApi.RouteSettingsProperty.BuilderModifier and TypeMethodDescriptionCfnHttpApi.RouteSettingsProperty.builder()CfnHttpApi.RouteSettingsProperty.Builder.dataTraceEnabled(Boolean dataTraceEnabled) Sets the value ofCfnHttpApi.RouteSettingsProperty.getDataTraceEnabled()CfnHttpApi.RouteSettingsProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled) Sets the value ofCfnHttpApi.RouteSettingsProperty.getDataTraceEnabled()CfnHttpApi.RouteSettingsProperty.Builder.detailedMetricsEnabled(Boolean detailedMetricsEnabled) Sets the value ofCfnHttpApi.RouteSettingsProperty.getDetailedMetricsEnabled()CfnHttpApi.RouteSettingsProperty.Builder.detailedMetricsEnabled(IResolvable detailedMetricsEnabled) Sets the value ofCfnHttpApi.RouteSettingsProperty.getDetailedMetricsEnabled()CfnHttpApi.RouteSettingsProperty.Builder.loggingLevel(String loggingLevel) Sets the value ofCfnHttpApi.RouteSettingsProperty.getLoggingLevel()CfnHttpApi.RouteSettingsProperty.Builder.throttlingBurstLimit(Number throttlingBurstLimit) Sets the value ofCfnHttpApi.RouteSettingsProperty.getThrottlingBurstLimit()CfnHttpApi.RouteSettingsProperty.Builder.throttlingRateLimit(Number throttlingRateLimit) Sets the value ofCfnHttpApi.RouteSettingsProperty.getThrottlingRateLimit()Constructors in software.amazon.awscdk.services.sam with parameters of type CfnHttpApi.RouteSettingsProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHttpApi.RouteSettingsProperty.Builder.