Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.StackInstance.Builder
-
Packages that use StackInstance.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of StackInstance.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return StackInstance.Builder Modifier and Type Method Description StackInstance.BuilderStackInstance.Builder. account(String account)The name of the Amazon Web Services account that the stack instance is associated with.static StackInstance.BuilderStackInstance. builder()StackInstance.BuilderStackInstance.Builder. region(String region)The name of the Amazon Web Services Region that the stack instance is associated with.StackInstance.BuilderStackInstance.Builder. stackInstanceStatus(String stackInstanceStatus)The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstance.BuilderStackInstance.Builder. stackInstanceStatus(StackInstanceStatus stackInstanceStatus)The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstance.BuilderStackInstance. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type StackInstance.Builder Modifier and Type Method Description static Class<? extends StackInstance.Builder>StackInstance. serializableBuilderClass()
-