Uses of Class
software.amazon.awscdk.CfnStackSet.OperationPreferencesProperty.Builder
Packages that use CfnStackSet.OperationPreferencesProperty.Builder
-
Uses of CfnStackSet.OperationPreferencesProperty.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return CfnStackSet.OperationPreferencesProperty.BuilderModifier and TypeMethodDescriptionCfnStackSet.OperationPreferencesProperty.builder()
CfnStackSet.OperationPreferencesProperty.Builder.concurrencyMode
(String concurrencyMode) Sets the value ofCfnStackSet.OperationPreferencesProperty.getConcurrencyMode()
CfnStackSet.OperationPreferencesProperty.Builder.failureToleranceCount
(Number failureToleranceCount) Sets the value ofCfnStackSet.OperationPreferencesProperty.getFailureToleranceCount()
CfnStackSet.OperationPreferencesProperty.Builder.failureTolerancePercentage
(Number failureTolerancePercentage) Sets the value ofCfnStackSet.OperationPreferencesProperty.getFailureTolerancePercentage()
CfnStackSet.OperationPreferencesProperty.Builder.maxConcurrentCount
(Number maxConcurrentCount) Sets the value ofCfnStackSet.OperationPreferencesProperty.getMaxConcurrentCount()
CfnStackSet.OperationPreferencesProperty.Builder.maxConcurrentPercentage
(Number maxConcurrentPercentage) Sets the value ofCfnStackSet.OperationPreferencesProperty.getMaxConcurrentPercentage()
CfnStackSet.OperationPreferencesProperty.Builder.regionConcurrencyType
(String regionConcurrencyType) Sets the value ofCfnStackSet.OperationPreferencesProperty.getRegionConcurrencyType()
CfnStackSet.OperationPreferencesProperty.Builder.regionOrder
(List<String> regionOrder) Sets the value ofCfnStackSet.OperationPreferencesProperty.getRegionOrder()
Constructors in software.amazon.awscdk with parameters of type CfnStackSet.OperationPreferencesProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.OperationPreferencesProperty.Builder
.