Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.HooksProperty.Builder
Packages that use CfnFunction.HooksProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.HooksProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnFunction.HooksProperty.BuilderModifier and TypeMethodDescriptionCfnFunction.HooksProperty.builder()
CfnFunction.HooksProperty.Builder.postTraffic
(String postTraffic) Sets the value ofCfnFunction.HooksProperty.getPostTraffic()
CfnFunction.HooksProperty.Builder.preTraffic
(String preTraffic) Sets the value ofCfnFunction.HooksProperty.getPreTraffic()
Constructors in software.amazon.awscdk.services.sam with parameters of type CfnFunction.HooksProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.HooksProperty.Builder
.