Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackSetMixinProps.Builder
Packages that use CfnStackSetMixinProps.Builder
-
Uses of CfnStackSetMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnStackSetMixinProps.BuilderModifier and TypeMethodDescriptionCfnStackSetMixinProps.Builder.administrationRoleArn(String administrationRoleArn) Sets the value ofCfnStackSetMixinProps.getAdministrationRoleArn()CfnStackSetMixinProps.Builder.administrationRoleArn(IRoleRef administrationRoleArn) Sets the value ofCfnStackSetMixinProps.getAdministrationRoleArn()CfnStackSetMixinProps.Builder.autoDeployment(CfnStackSetPropsMixin.AutoDeploymentProperty autoDeployment) Sets the value ofCfnStackSetMixinProps.getAutoDeployment()CfnStackSetMixinProps.Builder.autoDeployment(IResolvable autoDeployment) Sets the value ofCfnStackSetMixinProps.getAutoDeployment()CfnStackSetMixinProps.builder()Sets the value ofCfnStackSetMixinProps.getCallAs()CfnStackSetMixinProps.Builder.capabilities(List<String> capabilities) Sets the value ofCfnStackSetMixinProps.getCapabilities()CfnStackSetMixinProps.Builder.description(String description) Sets the value ofCfnStackSetMixinProps.getDescription()CfnStackSetMixinProps.Builder.executionRoleName(String executionRoleName) Sets the value ofCfnStackSetMixinProps.getExecutionRoleName()CfnStackSetMixinProps.Builder.executionRoleName(IRoleRef executionRoleName) Sets the value ofCfnStackSetMixinProps.getExecutionRoleName()CfnStackSetMixinProps.Builder.managedExecution(Object managedExecution) Sets the value ofCfnStackSetMixinProps.getManagedExecution()CfnStackSetMixinProps.Builder.operationPreferences(CfnStackSetPropsMixin.OperationPreferencesProperty operationPreferences) Sets the value ofCfnStackSetMixinProps.getOperationPreferences()CfnStackSetMixinProps.Builder.operationPreferences(IResolvable operationPreferences) Sets the value ofCfnStackSetMixinProps.getOperationPreferences()CfnStackSetMixinProps.Builder.parameters(List<? extends Object> parameters) Sets the value ofCfnStackSetMixinProps.getParameters()CfnStackSetMixinProps.Builder.parameters(IResolvable parameters) Sets the value ofCfnStackSetMixinProps.getParameters()CfnStackSetMixinProps.Builder.permissionModel(String permissionModel) Sets the value ofCfnStackSetMixinProps.getPermissionModel()CfnStackSetMixinProps.Builder.stackInstancesGroup(List<? extends Object> stackInstancesGroup) Sets the value ofCfnStackSetMixinProps.getStackInstancesGroup()CfnStackSetMixinProps.Builder.stackInstancesGroup(IResolvable stackInstancesGroup) Sets the value ofCfnStackSetMixinProps.getStackInstancesGroup()CfnStackSetMixinProps.Builder.stackSetName(String stackSetName) Sets the value ofCfnStackSetMixinProps.getStackSetName()Sets the value ofCfnStackSetMixinProps.getTags()CfnStackSetMixinProps.Builder.templateBody(String templateBody) Sets the value ofCfnStackSetMixinProps.getTemplateBody()CfnStackSetMixinProps.Builder.templateUrl(String templateUrl) Sets the value ofCfnStackSetMixinProps.getTemplateUrl()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cloudformation with parameters of type CfnStackSetMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackSetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackSetMixinProps.Builder.