public static interface ProvisioningArtifactPreferences.Builder extends SdkPojo, CopyableBuilder<ProvisioningArtifactPreferences.Builder,ProvisioningArtifactPreferences>
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifactPreferences.Builder |
stackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetAccounts(String... stackSetAccounts)
One or more AWS accounts where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetRegions(String... stackSetRegions)
One or more AWS Regions where stack instances are deployed from the stack set.
|
copyapplyMutation, buildProvisioningArtifactPreferences.Builder stackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS 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.
stackSetAccounts - One or more AWS 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.
ProvisioningArtifactPreferences.Builder stackSetAccounts(String... stackSetAccounts)
One or more AWS 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.
stackSetAccounts - One or more AWS 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.
ProvisioningArtifactPreferences.Builder stackSetRegions(Collection<String> stackSetRegions)
One or more AWS 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.
stackSetRegions - One or more AWS 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.
ProvisioningArtifactPreferences.Builder stackSetRegions(String... stackSetRegions)
One or more AWS 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.
stackSetRegions - One or more AWS 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.