Interface ProvisioningArtifactPreferences.Builder

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

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

    • 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.