Uses of Interface
software.amazon.awssdk.services.cloudformation.model.AutoDeployment.Builder
Packages that use AutoDeployment.Builder
-
Uses of AutoDeployment.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AutoDeployment.BuilderModifier and TypeMethodDescriptionstatic AutoDeployment.BuilderAutoDeployment.builder()A list of StackSet ARNs that this StackSet depends on for auto-deployment operations.AutoDeployment.Builder.dependsOn(Collection<String> dependsOn) A list of StackSet ARNs that this StackSet depends on for auto-deployment operations.If set totrue, StackSets automatically deploys additional stack instances to Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.AutoDeployment.Builder.retainStacksOnAccountRemoval(Boolean retainStacksOnAccountRemoval) If set totrue, stack resources are retained when an account is removed from a target organization or OU.AutoDeployment.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AutoDeployment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutoDeployment.Builder>AutoDeployment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type AutoDeployment.BuilderModifier and TypeMethodDescriptiondefault CreateStackSetRequest.BuilderCreateStackSetRequest.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).default StackSet.BuilderStackSet.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).default StackSetSummary.BuilderStackSetSummary.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).