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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisioningArtifactPreferences.BuilderstackSetAccounts(String... stackSetAccounts)One or more Amazon Web Services accounts where stack instances are deployed from the stack set.ProvisioningArtifactPreferences.BuilderstackSetAccounts(Collection<String> stackSetAccounts)One or more Amazon Web Services accounts where stack instances are deployed from the stack set.ProvisioningArtifactPreferences.BuilderstackSetRegions(String... stackSetRegions)One or more Amazon Web Services Regions where stack instances are deployed from the stack set.ProvisioningArtifactPreferences.BuilderstackSetRegions(Collection<String> stackSetRegions)One or more Amazon Web Services Regions where stack instances are deployed from the stack set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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$StackSetAccountsandUpdateProvisioningPreferences$StackSetAccounts.Applicable only to a
CFN_STACKSETprovisioned 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 inProvisioningPreferences$StackSetAccountsandUpdateProvisioningPreferences$StackSetAccounts.Applicable only to a
CFN_STACKSETprovisioned 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$StackSetAccountsandUpdateProvisioningPreferences$StackSetAccounts.Applicable only to a
CFN_STACKSETprovisioned 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 inProvisioningPreferences$StackSetAccountsandUpdateProvisioningPreferences$StackSetAccounts.Applicable only to a
CFN_STACKSETprovisioned 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$StackSetRegionsandUpdateProvisioningPreferences$StackSetRegions.Applicable only to a
CFN_STACKSETprovisioned 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 inProvisioningPreferences$StackSetRegionsandUpdateProvisioningPreferences$StackSetRegions.Applicable only to a
CFN_STACKSETprovisioned 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$StackSetRegionsandUpdateProvisioningPreferences$StackSetRegions.Applicable only to a
CFN_STACKSETprovisioned 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 inProvisioningPreferences$StackSetRegionsandUpdateProvisioningPreferences$StackSetRegions.Applicable only to a
CFN_STACKSETprovisioned product type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-