Interface ProvisioningPreferences.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisioningPreferences.Builder,ProvisioningPreferences>, SdkBuilder<ProvisioningPreferences.Builder,ProvisioningPreferences>, SdkPojo
Enclosing class:
ProvisioningPreferences

public static interface ProvisioningPreferences.Builder extends SdkPojo, CopyableBuilder<ProvisioningPreferences.Builder,ProvisioningPreferences>
  • Method Details

    • stackSetAccounts

      ProvisioningPreferences.Builder stackSetAccounts(Collection<String> stackSetAccounts)

      One or more Amazon Web Services accounts where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all acounts from the STACKSET constraint.

      Parameters:
      stackSetAccounts - One or more Amazon Web Services accounts where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all acounts from the STACKSET constraint.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetAccounts

      ProvisioningPreferences.Builder stackSetAccounts(String... stackSetAccounts)

      One or more Amazon Web Services accounts where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all acounts from the STACKSET constraint.

      Parameters:
      stackSetAccounts - One or more Amazon Web Services accounts where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all acounts from the STACKSET constraint.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetRegions

      ProvisioningPreferences.Builder stackSetRegions(Collection<String> stackSetRegions)

      One or more Amazon Web Services Regions where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all Regions from the STACKSET constraint.

      Parameters:
      stackSetRegions - One or more Amazon Web Services Regions where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all Regions from the STACKSET constraint.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetRegions

      ProvisioningPreferences.Builder stackSetRegions(String... stackSetRegions)

      One or more Amazon Web Services Regions where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all Regions from the STACKSET constraint.

      Parameters:
      stackSetRegions - One or more Amazon Web Services Regions where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all Regions from the STACKSET constraint.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetFailureToleranceCount

      ProvisioningPreferences.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. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

      The default value is 0 if no value is specified.

      Parameters:
      stackSetFailureToleranceCount - The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

      The default value is 0 if no value is specified.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetFailureTolerancePercentage

      ProvisioningPreferences.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. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

      When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

      Parameters:
      stackSetFailureTolerancePercentage - The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

      When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetMaxConcurrencyCount

      ProvisioningPreferences.Builder stackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)

      The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount.

      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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

      Parameters:
      stackSetMaxConcurrencyCount - The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount.

      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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackSetMaxConcurrencyPercentage

      ProvisioningPreferences.Builder stackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)

      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, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as 1 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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

      Parameters:
      stackSetMaxConcurrencyPercentage - 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, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as 1 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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

      Returns:
      Returns a reference to this object so that method calls can be chained together.