Uses of Interface
software.amazon.awssdk.services.cloudformation.model.UpdateStackSetRequest.Builder
Packages that use UpdateStackSetRequest.Builder
Package
Description
-
Uses of UpdateStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type UpdateStackSetRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateStackSetResponse>CloudFormationAsyncClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest) Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.default UpdateStackSetResponseCloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest) Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions. -
Uses of UpdateStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return UpdateStackSetRequest.BuilderModifier and TypeMethodDescription[Self-managed permissions] The accounts in which to update associated stack instances.UpdateStackSetRequest.Builder.accounts(Collection<String> accounts) [Self-managed permissions] The accounts in which to update associated stack instances.UpdateStackSetRequest.Builder.administrationRoleARN(String administrationRoleARN) [Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this StackSet.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).UpdateStackSetRequest.Builder.autoDeployment(AutoDeployment autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).UpdateStackSetRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.UpdateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.UpdateStackSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.UpdateStackSetRequest.Builder.capabilitiesWithStrings(String... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.UpdateStackSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets) [Service-managed permissions] The Organizations accounts in which to update associated stack instances.UpdateStackSetRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts in which to update associated stack instances.UpdateStackSetRequest.Builder.description(String description) A brief description of updates that you are making.UpdateStackSetRequest.Builder.executionRoleName(String executionRoleName) [Self-managed permissions] The name of the IAM execution role to use to update the stack set.default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.UpdateStackSetRequest.Builder.managedExecution(ManagedExecution managedExecution) Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.UpdateStackSetRequest.Builder.operationId(String operationId) The unique ID for this StackSet operation.default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) Preferences for how CloudFormation performs this StackSet operation.UpdateStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.UpdateStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateStackSetRequest.Builder.parameters(Collection<Parameter> parameters) A list of input parameters for the StackSet template.UpdateStackSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list of input parameters for the StackSet template.UpdateStackSetRequest.Builder.parameters(Parameter... parameters) A list of input parameters for the StackSet template.UpdateStackSetRequest.Builder.permissionModel(String permissionModel) Describes how the IAM roles required for StackSet operations are created.UpdateStackSetRequest.Builder.permissionModel(PermissionModels permissionModel) Describes how the IAM roles required for StackSet operations are created.The Amazon Web Services Regions in which to update associated stack instances.UpdateStackSetRequest.Builder.regions(Collection<String> regions) The Amazon Web Services Regions in which to update associated stack instances.UpdateStackSetRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet that you want to update.UpdateStackSetRequest.Builder.tags(Collection<Tag> tags) The key-value pairs to associate with this StackSet and the stacks created from it.UpdateStackSetRequest.Builder.tags(Consumer<Tag.Builder>... tags) The key-value pairs to associate with this StackSet and the stacks created from it.The key-value pairs to associate with this StackSet and the stacks created from it.UpdateStackSetRequest.Builder.templateBody(String templateBody) The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.UpdateStackSetRequest.Builder.templateURL(String templateURL) The URL of a file that contains the template body.UpdateStackSetRequest.toBuilder()UpdateStackSetRequest.Builder.usePreviousTemplate(Boolean usePreviousTemplate) Use the existing template that's associated with the StackSet that you're updating.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type UpdateStackSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStackSetRequest.Builder>UpdateStackSetRequest.serializableBuilderClass()