Uses of Class
software.amazon.awscdk.core.CfnStackSet.OperationPreferencesProperty.Builder
-
Uses of CfnStackSet.OperationPreferencesProperty.Builder in software.amazon.awscdk.core
Modifier and TypeMethodDescriptionCfnStackSet.OperationPreferencesProperty.builder()
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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.OperationPreferencesProperty.Builder
.