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