Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackInstancesActionProps.Builder
Packages that use CloudFormationDeployStackInstancesActionProps.Builder
- 
Uses of CloudFormationDeployStackInstancesActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return CloudFormationDeployStackInstancesActionProps.BuilderModifier 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()Constructors in software.amazon.awscdk.services.codepipeline.actions with parameters of type CloudFormationDeployStackInstancesActionProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationDeployStackInstancesActionProps.Builder.