Uses of Interface
software.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.RouteSettingsProperty in software.amazon.awscdk.services.sam
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnHttpApi.RouteSettingsProperty
Modifier and TypeMethodDescriptionCfnHttpApi.RouteSettingsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnHttpApi.Builder.defaultRouteSettings
(CfnHttpApi.RouteSettingsProperty defaultRouteSettings) CfnHttpApiProps.Builder.defaultRouteSettings
(CfnHttpApi.RouteSettingsProperty defaultRouteSettings) Sets the value ofCfnHttpApiProps.getDefaultRouteSettings()
CfnHttpApi.Builder.routeSettings
(CfnHttpApi.RouteSettingsProperty routeSettings) CfnHttpApiProps.Builder.routeSettings
(CfnHttpApi.RouteSettingsProperty routeSettings) Sets the value ofCfnHttpApiProps.getRouteSettings()
void
CfnHttpApi.setDefaultRouteSettings
(CfnHttpApi.RouteSettingsProperty value) void
CfnHttpApi.setRouteSettings
(CfnHttpApi.RouteSettingsProperty value)