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 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 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)
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a
time.
|
StackSetOperationPreferences.Builder |
regionConcurrencyType(String regionConcurrencyType)
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a
time.
|
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)
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
regionConcurrencyType - The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region
at a time.RegionConcurrencyType,
RegionConcurrencyTypeStackSetOperationPreferences.Builder regionConcurrencyType(RegionConcurrencyType regionConcurrencyType)
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
regionConcurrencyType - The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region
at a time.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 CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage (but not both).
By default, 0 is specified.
failureToleranceCount - The number of accounts, per Region, for which this operation can fail before CloudFormation stops the
operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the
operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage (but not both).
By default, 0 is specified.
StackSetOperationPreferences.Builder failureTolerancePercentage(Integer failureTolerancePercentage)
The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage, but not both.
By default, 0 is specified.
failureTolerancePercentage - The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation
stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't
attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount or
FailureTolerancePercentage, but not both.
By default, 0 is specified.
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.
By default, 1 is specified.
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.
By default, 1 is specified.
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, 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.
By default, 1 is specified.
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, 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.
By default, 1 is specified.
Copyright © 2022. All rights reserved.