StackInstance.Builder |
StackInstance.Builder.account(String account) |
[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated
with.
|
static StackInstance.Builder |
StackInstance.builder() |
|
StackInstance.Builder |
StackInstance.Builder.driftStatus(String driftStatus) |
Status of the stack instance's actual configuration compared to the expected template and parameter
configuration of the StackSet it belongs to.
|
StackInstance.Builder |
StackInstance.Builder.driftStatus(StackDriftStatus driftStatus) |
Status of the stack instance's actual configuration compared to the expected template and parameter
configuration of the StackSet it belongs to.
|
StackInstance.Builder |
StackInstance.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) |
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
|
StackInstance.Builder |
StackInstance.Builder.lastOperationId(String lastOperationId) |
The last unique ID of a StackSet operation performed on a stack instance.
|
StackInstance.Builder |
StackInstance.Builder.organizationalUnitId(String organizationalUnitId) |
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackInstance.Builder |
StackInstance.Builder.parameterOverrides(Collection<Parameter> parameterOverrides) |
A list of parameters from the StackSet template whose values have been overridden in this stack instance.
|
StackInstance.Builder |
StackInstance.Builder.parameterOverrides(Consumer<Parameter.Builder>... parameterOverrides) |
A list of parameters from the StackSet template whose values have been overridden in this stack instance.
|
StackInstance.Builder |
StackInstance.Builder.parameterOverrides(Parameter... parameterOverrides) |
A list of parameters from the StackSet template whose values have been overridden in this stack instance.
|
StackInstance.Builder |
StackInstance.Builder.region(String region) |
The name of the Amazon Web Services Region that the stack instance is associated with.
|
StackInstance.Builder |
StackInstance.Builder.stackId(String stackId) |
The ID of the stack instance.
|
default StackInstance.Builder |
StackInstance.Builder.stackInstanceStatus(Consumer<StackInstanceComprehensiveStatus.Builder> stackInstanceStatus) |
The detailed status of the stack instance.
|
StackInstance.Builder |
StackInstance.Builder.stackInstanceStatus(StackInstanceComprehensiveStatus stackInstanceStatus) |
The detailed status of the stack instance.
|
StackInstance.Builder |
StackInstance.Builder.stackSetId(String stackSetId) |
The name or unique ID of the StackSet that the stack instance is associated with.
|
StackInstance.Builder |
StackInstance.Builder.status(String status) |
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance.Builder |
StackInstance.Builder.status(StackInstanceStatus status) |
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance.Builder |
StackInstance.Builder.statusReason(String statusReason) |
The explanation for the specific status code that's assigned to this stack instance.
|
StackInstance.Builder |
StackInstance.toBuilder() |
|