Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.HttpApiEventProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.HttpApiEventProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionSets the value ofCfnFunction.HttpApiEventProperty.getApiId()
CfnFunction.HttpApiEventProperty.Builder.auth
(IResolvable auth) Sets the value ofCfnFunction.HttpApiEventProperty.getAuth()
CfnFunction.HttpApiEventProperty.Builder.auth
(CfnFunction.HttpApiFunctionAuthProperty auth) Sets the value ofCfnFunction.HttpApiEventProperty.getAuth()
CfnFunction.HttpApiEventProperty.builder()
Sets the value ofCfnFunction.HttpApiEventProperty.getMethod()
Sets the value ofCfnFunction.HttpApiEventProperty.getPath()
CfnFunction.HttpApiEventProperty.Builder.payloadFormatVersion
(String payloadFormatVersion) Sets the value ofCfnFunction.HttpApiEventProperty.getPayloadFormatVersion()
CfnFunction.HttpApiEventProperty.Builder.routeSettings
(IResolvable routeSettings) Sets the value ofCfnFunction.HttpApiEventProperty.getRouteSettings()
CfnFunction.HttpApiEventProperty.Builder.routeSettings
(CfnFunction.RouteSettingsProperty routeSettings) Sets the value ofCfnFunction.HttpApiEventProperty.getRouteSettings()
CfnFunction.HttpApiEventProperty.Builder.timeoutInMillis
(Number timeoutInMillis) Sets the value ofCfnFunction.HttpApiEventProperty.getTimeoutInMillis()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.HttpApiEventProperty.Builder
.