| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstance.Builder |
StackInstance.Builder.account(String account)
The name of the AWS account that the stack instance is associated with.
|
static StackInstance.Builder |
StackInstance.builder() |
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.
|
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 © 2019. All rights reserved.