Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackMixinProps.Builder
Packages that use CfnStackMixinProps.Builder
-
Uses of CfnStackMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnStackMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnStackMixinProps.BuilderCfnStackMixinProps.builder()CfnStackMixinProps.Builder.notificationArns(List<String> notificationArns) Sets the value ofCfnStackMixinProps.getNotificationArns()CfnStackMixinProps.Builder.parameters(Map<String, String> parameters) Sets the value ofCfnStackMixinProps.getParameters()CfnStackMixinProps.Builder.parameters(IResolvable parameters) Sets the value ofCfnStackMixinProps.getParameters()Sets the value ofCfnStackMixinProps.getTags()CfnStackMixinProps.Builder.templateUrl(String templateUrl) Sets the value ofCfnStackMixinProps.getTemplateUrl()CfnStackMixinProps.Builder.timeoutInMinutes(Number timeoutInMinutes) Sets the value ofCfnStackMixinProps.getTimeoutInMinutes()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cloudformation with parameters of type CfnStackMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackMixinProps.Builder.