| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstance.Builder |
StackInstance.Builder.account(String account)
The name of the Amazon Web Services account that the stack instance is associated with.
|
static StackInstance.Builder |
StackInstance.builder() |
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.stackInstanceStatus(StackInstanceStatus stackInstanceStatus)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance.Builder |
StackInstance.Builder.stackInstanceStatus(String stackInstanceStatus)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance.Builder |
StackInstance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackInstance.Builder> |
StackInstance.serializableBuilderClass() |
Copyright © 2023. All rights reserved.