@Generated(value="software.amazon.awssdk:codegen") public final class ProvisioningArtifactPreferences extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisioningArtifactPreferences.Builder,ProvisioningArtifactPreferences>
The user-defined preferences that will be applied during product provisioning, unless overridden by
ProvisioningPreferences or UpdateProvisioningPreferences.
For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options in the AWS CloudFormation User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisioningArtifactPreferences.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningArtifactPreferences.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisioningArtifactPreferences.Builder> |
serializableBuilderClass() |
List<String> |
stackSetAccounts()
One or more AWS accounts where stack instances are deployed from the stack set.
|
List<String> |
stackSetRegions()
One or more AWS Regions where stack instances are deployed from the stack set.
|
ProvisioningArtifactPreferences.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
ProvisioningPreferences$StackSetAccounts and
UpdateProvisioningPreferences$StackSetAccounts.
Applicable only to a CFN_STACKSET provisioned product type.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
ProvisioningPreferences$StackSetRegions and
UpdateProvisioningPreferences$StackSetRegions.
Applicable only to a CFN_STACKSET provisioned product type.
public ProvisioningArtifactPreferences.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProvisioningArtifactPreferences.Builder,ProvisioningArtifactPreferences>public static ProvisioningArtifactPreferences.Builder builder()
public static Class<? extends ProvisioningArtifactPreferences.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.