Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSet.Builder
Packages that use StackSet.Builder
-
Uses of StackSet.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSet.BuilderModifier and TypeMethodDescriptionStackSet.Builder.administrationRoleARN(String administrationRoleARN) The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.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).StackSet.Builder.autoDeployment(AutoDeployment autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).static StackSet.BuilderStackSet.builder()StackSet.Builder.capabilities(Collection<Capability> capabilities) The capabilities that are allowed in the StackSet.StackSet.Builder.capabilities(Capability... capabilities) The capabilities that are allowed in the StackSet.StackSet.Builder.capabilitiesWithStrings(String... capabilities) The capabilities that are allowed in the StackSet.StackSet.Builder.capabilitiesWithStrings(Collection<String> capabilities) The capabilities that are allowed in the StackSet.StackSet.Builder.description(String description) A description of the StackSet that you specify when the StackSet is created or updated.StackSet.Builder.executionRoleName(String executionRoleName) The name of the IAM execution role used to create or update the StackSet.default StackSet.BuilderStackSet.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSet.Builder.managedExecution(ManagedExecution managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSet.Builder.organizationalUnitIds(String... organizationalUnitIds) [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.StackSet.Builder.organizationalUnitIds(Collection<String> organizationalUnitIds) [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.StackSet.Builder.parameters(Collection<Parameter> parameters) A list of input parameters for a StackSet.StackSet.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list of input parameters for a StackSet.StackSet.Builder.parameters(Parameter... parameters) A list of input parameters for a StackSet.StackSet.Builder.permissionModel(String permissionModel) Describes how the IAM roles required for StackSet operations are created.StackSet.Builder.permissionModel(PermissionModels permissionModel) Describes how the IAM roles required for StackSet operations are created.Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.StackSet.Builder.regions(Collection<String> regions) Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.StackSet.Builder.stackSetARN(String stackSetARN) The Amazon Resource Name (ARN) of the StackSet.default StackSet.BuilderStackSet.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.StackSet.Builder.stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.StackSet.Builder.stackSetId(String stackSetId) The ID of the StackSet.StackSet.Builder.stackSetName(String stackSetName) The name that's associated with the StackSet.The status of the StackSet.StackSet.Builder.status(StackSetStatus status) The status of the StackSet.StackSet.Builder.tags(Collection<Tag> tags) A list of tags that specify information about the StackSet.StackSet.Builder.tags(Consumer<Tag.Builder>... tags) A list of tags that specify information about the StackSet.A list of tags that specify information about the StackSet.StackSet.Builder.templateBody(String templateBody) The structure that contains the body of the template that was used to create or update the StackSet.StackSet.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSet.Builder>StackSet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSet.BuilderModifier and TypeMethodDescriptiondefault DescribeStackSetResponse.BuilderDescribeStackSetResponse.Builder.stackSet(Consumer<StackSet.Builder> stackSet) The specified StackSet.