Uses of Class
software.amazon.awscdk.services.sam.CfnApplicationProps.Builder
-
Uses of CfnApplicationProps.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnApplicationProps.BuilderModifier and TypeMethodDescriptionstatic CfnApplicationProps.BuilderCfnApplicationProps.builder()Sets the value ofCfnApplicationProps.getLocation()CfnApplicationProps.Builder.location(software.amazon.awscdk.core.IResolvable location) Sets the value ofCfnApplicationProps.getLocation()CfnApplicationProps.Builder.location(CfnApplication.ApplicationLocationProperty location) Sets the value ofCfnApplicationProps.getLocation()CfnApplicationProps.Builder.notificationArns(List<String> notificationArns) Sets the value ofCfnApplicationProps.getNotificationArns()CfnApplicationProps.Builder.parameters(Map<String, String> parameters) Sets the value ofCfnApplicationProps.getParameters()CfnApplicationProps.Builder.parameters(software.amazon.awscdk.core.IResolvable parameters) Sets the value ofCfnApplicationProps.getParameters()Sets the value ofCfnApplicationProps.getTags()CfnApplicationProps.Builder.timeoutInMinutes(Number timeoutInMinutes) Sets the value ofCfnApplicationProps.getTimeoutInMinutes()Constructors in software.amazon.awscdk.services.sam with parameters of type CfnApplicationProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.