Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackInstancesActionProps.Builder
-
Uses of CloudFormationDeployStackInstancesActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCloudFormationDeployStackInstancesActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
CloudFormationDeployStackInstancesActionProps.builder()
CloudFormationDeployStackInstancesActionProps.Builder.failureTolerancePercentage
(Number failureTolerancePercentage) Sets the value ofCommonCloudFormationStackSetOptions.getFailureTolerancePercentage()
CloudFormationDeployStackInstancesActionProps.Builder.maxAccountConcurrencyPercentage
(Number maxAccountConcurrencyPercentage) Sets the value ofCommonCloudFormationStackSetOptions.getMaxAccountConcurrencyPercentage()
CloudFormationDeployStackInstancesActionProps.Builder.parameterOverrides
(StackSetParameters parameterOverrides) Sets the value ofCloudFormationDeployStackInstancesActionProps.getParameterOverrides()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
CloudFormationDeployStackInstancesActionProps.Builder.stackInstances
(StackInstances stackInstances) Sets the value ofCloudFormationDeployStackInstancesActionProps.getStackInstances()
CloudFormationDeployStackInstancesActionProps.Builder.stackSetName
(String stackSetName) Sets the value ofCloudFormationDeployStackInstancesActionProps.getStackSetName()
CloudFormationDeployStackInstancesActionProps.Builder.stackSetRegion
(String stackSetRegion) Sets the value ofCommonCloudFormationStackSetOptions.getStackSetRegion()
CloudFormationDeployStackInstancesActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationDeployStackInstancesActionProps.Builder
.