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 Amazon Web Services accounts where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetAccounts(String... stackSetAccounts)
One or more Amazon Web Services accounts where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetRegions(Collection<String> stackSetRegions)
One or more Amazon Web Services Regions where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
stackSetRegions(String... stackSetRegions)
One or more Amazon Web Services Regions where stack instances are deployed from the stack set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisioningArtifactPreferences.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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2023. All rights reserved.