@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisioningPreferences extends Object implements Serializable, Cloneable, StructuredPojo
The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.
Constructor and Description |
---|
UpdateProvisioningPreferences() |
Modifier and Type | Method and Description |
---|---|
UpdateProvisioningPreferences |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStackSetAccounts()
One or more AWS accounts that will have access to the provisioned product.
|
Integer |
getStackSetFailureToleranceCount()
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region.
|
Integer |
getStackSetFailureTolerancePercentage()
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops
the operation in that region.
|
Integer |
getStackSetMaxConcurrencyCount()
The maximum number of accounts in which to perform this operation at one time.
|
Integer |
getStackSetMaxConcurrencyPercentage()
The maximum percentage of accounts in which to perform this operation at one time.
|
String |
getStackSetOperationType()
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
List<String> |
getStackSetRegions()
One or more AWS Regions where the provisioned product will be available.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
void |
setStackSetFailureToleranceCount(Integer stackSetFailureToleranceCount)
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region.
|
void |
setStackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage)
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops
the operation in that region.
|
void |
setStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time.
|
void |
setStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
void |
setStackSetOperationType(String stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
void |
setStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProvisioningPreferences |
withStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences |
withStackSetAccounts(String... stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences |
withStackSetFailureToleranceCount(Integer stackSetFailureToleranceCount)
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region.
|
UpdateProvisioningPreferences |
withStackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage)
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops
the operation in that region.
|
UpdateProvisioningPreferences |
withStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences |
withStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences |
withStackSetOperationType(StackSetOperationType stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences |
withStackSetOperationType(String stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences |
withStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
UpdateProvisioningPreferences |
withStackSetRegions(String... stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
public List<String> getStackSetAccounts()
One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint. To get
the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint.
To get the list of accounts in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
public void setStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint. To get
the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
stackSetAccounts
- One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint.
To get the list of accounts in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
public UpdateProvisioningPreferences withStackSetAccounts(String... stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint. To get
the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
NOTE: This method appends the values to the existing list (if any). Use
setStackSetAccounts(java.util.Collection)
or withStackSetAccounts(java.util.Collection)
if you
want to override the existing values.
stackSetAccounts
- One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint.
To get the list of accounts in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
public UpdateProvisioningPreferences withStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint. To get
the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
stackSetAccounts
- One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the STACKSET
constraint.
To get the list of accounts in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the STACKSET
constraint.
public List<String> getStackSetRegions()
One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To get the
list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To
get the list of regions in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
public void setStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To get the
list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
stackSetRegions
- One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To
get the list of regions in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
public UpdateProvisioningPreferences withStackSetRegions(String... stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To get the
list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
NOTE: This method appends the values to the existing list (if any). Use
setStackSetRegions(java.util.Collection)
or withStackSetRegions(java.util.Collection)
if you
want to override the existing values.
stackSetRegions
- One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To
get the list of regions in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
public UpdateProvisioningPreferences withStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To get the
list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
stackSetRegions
- One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the STACKSET
constraint. To
get the list of regions in the STACKSET
constraint, use the
DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the STACKSET
constraint.
public void setStackSetFailureToleranceCount(Integer stackSetFailureToleranceCount)
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
stackSetFailureToleranceCount
- The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the
operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
public Integer getStackSetFailureToleranceCount()
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
public UpdateProvisioningPreferences withStackSetFailureToleranceCount(Integer stackSetFailureToleranceCount)
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
stackSetFailureToleranceCount
- The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the
operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
public void setStackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage)
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
stackSetFailureTolerancePercentage
- The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog
stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't
attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
public Integer getStackSetFailureTolerancePercentage()
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
public UpdateProvisioningPreferences withStackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage)
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
stackSetFailureTolerancePercentage
- The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog
stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't
attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
public void setStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of
StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most one more than the
StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
stackSetMaxConcurrencyCount
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the
value of StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most
one more than the StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public Integer getStackSetMaxConcurrencyCount()
The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of
StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most one more than the
StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most
one more than the StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public UpdateProvisioningPreferences withStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of
StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most one more than the
StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
stackSetMaxConcurrencyCount
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the
value of StackSetFailureToleranceCount
. StackSetMaxConcurrentCount
is at most
one more than the StackSetFailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public void setStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the
next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS
Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
stackSetMaxConcurrencyPercentage
- The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down
to the next whole number. This is true except in cases where rounding down would result is zero. In this
case, AWS Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public Integer getStackSetMaxConcurrencyPercentage()
The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the
next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS
Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds
down to the next whole number. This is true except in cases where rounding down would result is zero. In
this case, AWS Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public UpdateProvisioningPreferences withStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the
next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS
Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
stackSetMaxConcurrencyPercentage
- The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down
to the next whole number. This is true except in cases where rounding down would result is zero. In this
case, AWS Service Catalog sets the number as 1
instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
public void setStackSetOperationType(String stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
stackSetOperationType
- Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
StackSetOperationType
public String getStackSetOperationType()
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
StackSetOperationType
public UpdateProvisioningPreferences withStackSetOperationType(String stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
stackSetOperationType
- Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
StackSetOperationType
public UpdateProvisioningPreferences withStackSetOperationType(StackSetOperationType stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
stackSetOperationType
- Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product. The default value is UPDATE
if nothing is specified.
Applicable only to a CFN_STACKSET
provisioned product type.
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
Updates the stack set represented by the provisioned product and also its stack instances.
Deletes a stack instance in the stack set represented by the provisioned product.
StackSetOperationType
public String toString()
toString
in class Object
Object.toString()
public UpdateProvisioningPreferences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.