Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackInstance.Builder
Packages that use StackInstance.Builder
-
Uses of StackInstance.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackInstance.BuilderModifier and TypeMethodDescription[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.static StackInstance.BuilderStackInstance.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.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.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) Most recent time when CloudFormation performed a drift detection operation on the stack instance.StackInstance.Builder.lastOperationId(String lastOperationId) The last unique ID of a StackSet operation performed on a stack instance.StackInstance.Builder.organizationalUnitId(String organizationalUnitId) [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.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.parameterOverrides(Consumer<Parameter.Builder>... parameterOverrides) A list of parameters from the StackSet template whose values have been overridden in this stack instance.StackInstance.Builder.parameterOverrides(Parameter... parameterOverrides) A list of parameters from the StackSet template whose values have been overridden in this stack instance.The name of the Amazon Web Services Region that the stack instance is associated with.The ID of the stack instance.default StackInstance.BuilderStackInstance.Builder.stackInstanceStatus(Consumer<StackInstanceComprehensiveStatus.Builder> stackInstanceStatus) The detailed status of the stack instance.StackInstance.Builder.stackInstanceStatus(StackInstanceComprehensiveStatus stackInstanceStatus) The detailed status of the stack instance.StackInstance.Builder.stackSetId(String stackSetId) The name or unique ID of the StackSet that the stack instance is associated with.The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstance.Builder.status(StackInstanceStatus status) The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstance.Builder.statusReason(String statusReason) The explanation for the specific status code that's assigned to this stack instance.StackInstance.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackInstance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackInstance.Builder>StackInstance.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackInstance.BuilderModifier and TypeMethodDescriptionDescribeStackInstanceResponse.Builder.stackInstance(Consumer<StackInstance.Builder> stackInstance) The stack instance that matches the specified request parameters.