| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstance.Builder |
StackInstance.Builder.account(String account)
[
Self-managed permissions] The name of the AWS account that the stack instance is associated
with. |
static StackInstance.Builder |
StackInstance.builder() |
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 stack set to which it belongs.
|
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 stack set to which it belongs.
|
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.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 stack set 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 stack set template whose values have been overridden in this stack instance.
|
StackInstance.Builder |
StackInstance.Builder.parameterOverrides(Parameter... parameterOverrides)
A list of parameters from the stack set template whose values have been overridden in this stack instance.
|
StackInstance.Builder |
StackInstance.Builder.region(String region)
The name of the AWS 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 stack set that the stack instance is associated with.
|
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.status(String 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 is assigned to this stack instance.
|
StackInstance.Builder |
StackInstance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackInstance.Builder> |
StackInstance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackInstanceResponse.Builder |
DescribeStackInstanceResponse.Builder.stackInstance(Consumer<StackInstance.Builder> stackInstance)
The stack instance that matches the specified request parameters.
|
Copyright © 2021. All rights reserved.