Interface ProvisioningArtifactPreferences.Builder

    • Method Detail

      • stackSetAccounts

        ProvisioningArtifactPreferences.Builder stackSetAccounts​(Collection<String> stackSetAccounts)

        One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

        Applicable only to a CFN_STACKSET provisioned product type.

        Parameters:
        stackSetAccounts - One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

        Applicable only to a CFN_STACKSET provisioned product type.

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

        ProvisioningArtifactPreferences.Builder stackSetAccounts​(String... stackSetAccounts)

        One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

        Applicable only to a CFN_STACKSET provisioned product type.

        Parameters:
        stackSetAccounts - One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

        Applicable only to a CFN_STACKSET provisioned product type.

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

        ProvisioningArtifactPreferences.Builder stackSetRegions​(Collection<String> stackSetRegions)

        One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

        Applicable only to a CFN_STACKSET provisioned product type.

        Parameters:
        stackSetRegions - One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

        Applicable only to a CFN_STACKSET provisioned product type.

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

        ProvisioningArtifactPreferences.Builder stackSetRegions​(String... stackSetRegions)

        One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

        Applicable only to a CFN_STACKSET provisioned product type.

        Parameters:
        stackSetRegions - One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

        Applicable only to a CFN_STACKSET provisioned product type.

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