Uses of Class
software.amazon.awscdk.services.cloudformation.CfnStackSetProps.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnStackSetProps.Builder in software.amazon.awscdk.services.cloudformation
Modifier and TypeMethodDescriptionCfnStackSetProps.Builder.administrationRoleArn
(String administrationRoleArn) Sets the value ofCfnStackSetProps.getAdministrationRoleArn()
CfnStackSetProps.Builder.autoDeployment
(IResolvable autoDeployment) Sets the value ofCfnStackSetProps.getAutoDeployment()
CfnStackSetProps.Builder.autoDeployment
(CfnStackSet.AutoDeploymentProperty autoDeployment) Sets the value ofCfnStackSetProps.getAutoDeployment()
static CfnStackSetProps.Builder
CfnStackSetProps.builder()
Sets the value ofCfnStackSetProps.getCallAs()
CfnStackSetProps.Builder.capabilities
(List<String> capabilities) Sets the value ofCfnStackSetProps.getCapabilities()
CfnStackSetProps.Builder.description
(String description) Sets the value ofCfnStackSetProps.getDescription()
CfnStackSetProps.Builder.executionRoleName
(String executionRoleName) Sets the value ofCfnStackSetProps.getExecutionRoleName()
CfnStackSetProps.Builder.managedExecution
(Object managedExecution) Sets the value ofCfnStackSetProps.getManagedExecution()
CfnStackSetProps.Builder.operationPreferences
(IResolvable operationPreferences) Sets the value ofCfnStackSetProps.getOperationPreferences()
CfnStackSetProps.Builder.operationPreferences
(CfnStackSet.OperationPreferencesProperty operationPreferences) Sets the value ofCfnStackSetProps.getOperationPreferences()
CfnStackSetProps.Builder.parameters
(List<? extends Object> parameters) Sets the value ofCfnStackSetProps.getParameters()
CfnStackSetProps.Builder.parameters
(IResolvable parameters) Sets the value ofCfnStackSetProps.getParameters()
CfnStackSetProps.Builder.permissionModel
(String permissionModel) Sets the value ofCfnStackSetProps.getPermissionModel()
CfnStackSetProps.Builder.stackInstancesGroup
(List<? extends Object> stackInstancesGroup) Sets the value ofCfnStackSetProps.getStackInstancesGroup()
CfnStackSetProps.Builder.stackInstancesGroup
(IResolvable stackInstancesGroup) Sets the value ofCfnStackSetProps.getStackInstancesGroup()
CfnStackSetProps.Builder.stackSetName
(String stackSetName) Sets the value ofCfnStackSetProps.getStackSetName()
Sets the value ofCfnStackSetProps.getTags()
CfnStackSetProps.Builder.templateBody
(String templateBody) Sets the value ofCfnStackSetProps.getTemplateBody()
CfnStackSetProps.Builder.templateUrl
(String templateUrl) Sets the value ofCfnStackSetProps.getTemplateUrl()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStackSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackSetProps.Builder
.