Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ImportStacksToStackSetRequest.Builder
Packages that use ImportStacksToStackSetRequest.Builder
Package
Description
-
Uses of ImportStacksToStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ImportStacksToStackSetRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.importStacksToStackSet(Consumer<ImportStacksToStackSetRequest.Builder> importStacksToStackSetRequest) Import existing stacks into a new StackSets.default ImportStacksToStackSetResponseCloudFormationClient.importStacksToStackSet(Consumer<ImportStacksToStackSetRequest.Builder> importStacksToStackSetRequest) Import existing stacks into a new StackSets. -
Uses of ImportStacksToStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ImportStacksToStackSetRequest.BuilderModifier and TypeMethodDescriptionImportStacksToStackSetRequest.builder()By default,SELFis specified.By default,SELFis specified.ImportStacksToStackSetRequest.Builder.operationId(String operationId) A unique, user defined, identifier for the StackSet operation.ImportStacksToStackSetRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.ImportStacksToStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.ImportStacksToStackSetRequest.Builder.organizationalUnitIds(String... organizationalUnitIds) The list of OU ID's to which the imported stacks must be mapped as deployment targets.ImportStacksToStackSetRequest.Builder.organizationalUnitIds(Collection<String> organizationalUnitIds) The list of OU ID's to which the imported stacks must be mapped as deployment targets.ImportStacksToStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportStacksToStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the stacks you are importing into a StackSet.ImportStacksToStackSetRequest.Builder.stackIds(Collection<String> stackIds) The IDs of the stacks you are importing into a StackSet.ImportStacksToStackSetRequest.Builder.stackIdsUrl(String stackIdsUrl) The Amazon S3 URL which contains list of stack ids to be inputted.ImportStacksToStackSetRequest.Builder.stackSetName(String stackSetName) The name of the StackSet.ImportStacksToStackSetRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ImportStacksToStackSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportStacksToStackSetRequest.Builder>ImportStacksToStackSetRequest.serializableBuilderClass()