Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSetAutoDeploymentTargetSummary.Builder
-
Packages that use StackSetAutoDeploymentTargetSummary.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackSetAutoDeploymentTargetSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetAutoDeploymentTargetSummary.Builder Modifier and Type Method Description static StackSetAutoDeploymentTargetSummary.BuilderStackSetAutoDeploymentTargetSummary. builder()StackSetAutoDeploymentTargetSummary.BuilderStackSetAutoDeploymentTargetSummary.Builder. organizationalUnitId(String organizationalUnitId)The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.StackSetAutoDeploymentTargetSummary.BuilderStackSetAutoDeploymentTargetSummary.Builder. regions(String... regions)The list of Regions targeted for this organization or OU.StackSetAutoDeploymentTargetSummary.BuilderStackSetAutoDeploymentTargetSummary.Builder. regions(Collection<String> regions)The list of Regions targeted for this organization or OU.StackSetAutoDeploymentTargetSummary.BuilderStackSetAutoDeploymentTargetSummary. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetAutoDeploymentTargetSummary.Builder Modifier and Type Method Description static Class<? extends StackSetAutoDeploymentTargetSummary.Builder>StackSetAutoDeploymentTargetSummary. serializableBuilderClass()
-