Uses of Interface
software.amazon.awssdk.services.cloudformation.model.UpdateStackInstancesRequest.Builder
Packages that use UpdateStackInstancesRequest.Builder
Package
Description
-
Uses of UpdateStackInstancesRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type UpdateStackInstancesRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest) Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions.default UpdateStackInstancesResponseCloudFormationClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest) Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions. -
Uses of UpdateStackInstancesRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return UpdateStackInstancesRequest.BuilderModifier and TypeMethodDescription[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.Builder.accounts(Collection<String> accounts) [Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.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.UpdateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets) [Service-managed permissions] The Organizations accounts in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.Builder.operationId(String operationId) The unique identifier for this StackSet operation.UpdateStackInstancesRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) Preferences for how CloudFormation performs this StackSet operation.UpdateStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.UpdateStackInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateStackInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateStackInstancesRequest.Builder.parameterOverrides(Collection<Parameter> parameterOverrides) A list of input parameters whose values you want to update for the specified stack instances.UpdateStackInstancesRequest.Builder.parameterOverrides(Consumer<Parameter.Builder>... parameterOverrides) A list of input parameters whose values you want to update for the specified stack instances.UpdateStackInstancesRequest.Builder.parameterOverrides(Parameter... parameterOverrides) A list of input parameters whose values you want to update for the specified stack instances.The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.Builder.regions(Collection<String> regions) The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack instances.UpdateStackInstancesRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet associated with the stack instances.UpdateStackInstancesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type UpdateStackInstancesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStackInstancesRequest.Builder>UpdateStackInstancesRequest.serializableBuilderClass()