public static interface StackSetOperationPreferences.Builder extends SdkPojo, CopyableBuilder<StackSetOperationPreferences.Builder,StackSetOperationPreferences>
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationPreferences.Builder |
failureToleranceCount(Integer failureToleranceCount)
The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the
operation in that Region.
|
StackSetOperationPreferences.Builder |
failureTolerancePercentage(Integer failureTolerancePercentage)
The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation
stops the operation in that Region.
|
StackSetOperationPreferences.Builder |
maxConcurrentCount(Integer maxConcurrentCount)
The maximum number of accounts in which to perform this operation at one time.
|
StackSetOperationPreferences.Builder |
maxConcurrentPercentage(Integer maxConcurrentPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
StackSetOperationPreferences.Builder |
regionConcurrencyType(RegionConcurrencyType regionConcurrencyType)
Sets the value of the RegionConcurrencyType property for this object.
|
StackSetOperationPreferences.Builder |
regionConcurrencyType(String regionConcurrencyType)
Sets the value of the RegionConcurrencyType property for this object.
|
StackSetOperationPreferences.Builder |
regionOrder(Collection<String> regionOrder)
The order of the Regions in where you want to perform the stack operation.
|
StackSetOperationPreferences.Builder |
regionOrder(String... regionOrder)
The order of the Regions in where you want to perform the stack operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStackSetOperationPreferences.Builder regionConcurrencyType(String regionConcurrencyType)
regionConcurrencyType - The new value for the RegionConcurrencyType property for this object.RegionConcurrencyType,
RegionConcurrencyTypeStackSetOperationPreferences.Builder regionConcurrencyType(RegionConcurrencyType regionConcurrencyType)
regionConcurrencyType - The new value for the RegionConcurrencyType property for this object.RegionConcurrencyType,
RegionConcurrencyTypeStackSetOperationPreferences.Builder regionOrder(Collection<String> regionOrder)
The order of the Regions in where you want to perform the stack operation.
regionOrder - The order of the Regions in where you want to perform the stack operation.StackSetOperationPreferences.Builder regionOrder(String... regionOrder)
The order of the Regions in where you want to perform the stack operation.
regionOrder - The order of the Regions in where you want to perform the stack operation.StackSetOperationPreferences.Builder failureToleranceCount(Integer failureToleranceCount)
The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage (but not both).
failureToleranceCount - The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops
the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't
attempt the operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage (but not both).
StackSetOperationPreferences.Builder failureTolerancePercentage(Integer failureTolerancePercentage)
The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage, but not both.
failureTolerancePercentage - The percentage of accounts, per Region, for which this stack operation can fail before AWS
CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS
CloudFormation doesn't attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage, but not both.
StackSetOperationPreferences.Builder maxConcurrentCount(Integer maxConcurrentCount)
The maximum number of accounts in which to perform this operation at one time. This is dependent on the value
of FailureToleranceCount. MaxConcurrentCount is at most one more than the
FailureToleranceCount.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage,
but not both.
maxConcurrentCount - The maximum number of accounts in which to perform this operation at one time. This is dependent on
the value of FailureToleranceCount. MaxConcurrentCount is at most one more
than the FailureToleranceCount.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount or
MaxConcurrentPercentage, but not both.
StackSetOperationPreferences.Builder maxConcurrentPercentage(Integer maxConcurrentPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage,
but not both.
maxConcurrentPercentage - The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount or
MaxConcurrentPercentage, but not both.
Copyright © 2021. All rights reserved.