Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnChangeSetMixinProps.Builder
Packages that use CfnChangeSetMixinProps.Builder
-
Uses of CfnChangeSetMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnChangeSetMixinProps.BuilderModifier and TypeMethodDescriptionCfnChangeSetMixinProps.builder()CfnChangeSetMixinProps.Builder.capabilities(List<String> capabilities) Sets the value ofCfnChangeSetMixinProps.getCapabilities()CfnChangeSetMixinProps.Builder.changeSetName(String changeSetName) Sets the value ofCfnChangeSetMixinProps.getChangeSetName()CfnChangeSetMixinProps.Builder.changeSetType(String changeSetType) Sets the value ofCfnChangeSetMixinProps.getChangeSetType()CfnChangeSetMixinProps.Builder.deploymentMode(String deploymentMode) Sets the value ofCfnChangeSetMixinProps.getDeploymentMode()CfnChangeSetMixinProps.Builder.description(String description) Sets the value ofCfnChangeSetMixinProps.getDescription()CfnChangeSetMixinProps.Builder.importExistingResources(Boolean importExistingResources) Sets the value ofCfnChangeSetMixinProps.getImportExistingResources()CfnChangeSetMixinProps.Builder.importExistingResources(IResolvable importExistingResources) Sets the value ofCfnChangeSetMixinProps.getImportExistingResources()CfnChangeSetMixinProps.Builder.includeNestedStacks(Boolean includeNestedStacks) Sets the value ofCfnChangeSetMixinProps.getIncludeNestedStacks()CfnChangeSetMixinProps.Builder.includeNestedStacks(IResolvable includeNestedStacks) Sets the value ofCfnChangeSetMixinProps.getIncludeNestedStacks()CfnChangeSetMixinProps.Builder.notificationArns(List<String> notificationArns) Sets the value ofCfnChangeSetMixinProps.getNotificationArns()CfnChangeSetMixinProps.Builder.onStackFailure(String onStackFailure) Sets the value ofCfnChangeSetMixinProps.getOnStackFailure()Sets the value ofCfnChangeSetMixinProps.getRoleArn()Sets the value ofCfnChangeSetMixinProps.getStackName()CfnChangeSetMixinProps.Builder.tags(List<? extends CfnChangeSetPropsMixin.TagsItemsProperty> tags) Sets the value ofCfnChangeSetMixinProps.getTags()CfnChangeSetMixinProps.Builder.templateBody(String templateBody) Sets the value ofCfnChangeSetMixinProps.getTemplateBody()CfnChangeSetMixinProps.Builder.templateUrl(String templateUrl) Sets the value ofCfnChangeSetMixinProps.getTemplateUrl()CfnChangeSetMixinProps.Builder.usePreviousTemplate(Boolean usePreviousTemplate) Sets the value ofCfnChangeSetMixinProps.getUsePreviousTemplate()CfnChangeSetMixinProps.Builder.usePreviousTemplate(IResolvable usePreviousTemplate) Sets the value ofCfnChangeSetMixinProps.getUsePreviousTemplate()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cloudformation with parameters of type CfnChangeSetMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnChangeSetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChangeSetMixinProps.Builder.