Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
StackInstance |
StackInstance.clone() |
StackInstance |
DescribeStackInstanceResult.getStackInstance()
The stack instance that matches the specified request parameters.
|
StackInstance |
StackInstance.withAccount(String account)
The name of the AWS account that the stack instance is associated with.
|
StackInstance |
StackInstance.withParameterOverrides(Collection<Parameter> parameterOverrides)
A list of parameters from the stack set template whose values have been overridden in this stack instance.
|
StackInstance |
StackInstance.withParameterOverrides(Parameter... parameterOverrides)
A list of parameters from the stack set template whose values have been overridden in this stack instance.
|
StackInstance |
StackInstance.withRegion(String region)
The name of the AWS region that the stack instance is associated with.
|
StackInstance |
StackInstance.withStackId(String stackId)
The ID of the stack instance.
|
StackInstance |
StackInstance.withStackSetId(String stackSetId)
The name or unique ID of the stack set that the stack instance is associated with.
|
StackInstance |
StackInstance.withStatus(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance |
StackInstance.withStatus(String status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance |
StackInstance.withStatusReason(String statusReason)
The explanation for the specific status code that is assigned to this stack instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackInstanceResult.setStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
DescribeStackInstanceResult |
DescribeStackInstanceResult.withStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
Copyright © 2017. All rights reserved.