static UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.builder() |
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetAccounts(String... stackSetAccounts) |
One or more Amazon Web Services accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetAccounts(Collection<String> stackSetAccounts) |
One or more Amazon Web Services accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetFailureToleranceCount(Integer stackSetFailureToleranceCount) |
The number of accounts, per Region, for which this operation can fail before Service Catalog stops the
operation in that Region.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage) |
The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops
the operation in that Region.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount) |
The maximum number of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage) |
The maximum percentage of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetOperationType(String stackSetOperationType) |
Determines what action Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetOperationType(StackSetOperationType stackSetOperationType) |
Determines what action Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetRegions(String... stackSetRegions) |
One or more Amazon Web Services Regions where the provisioned product will be available.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.Builder.stackSetRegions(Collection<String> stackSetRegions) |
One or more Amazon Web Services Regions where the provisioned product will be available.
|
UpdateProvisioningPreferences.Builder |
UpdateProvisioningPreferences.toBuilder() |
|