Uses of Interface
software.amazon.awssdk.services.cloudformation.model.CreateStackSetRequest.Builder
Packages that use CreateStackSetRequest.Builder
Package
Description
-
Uses of CreateStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type CreateStackSetRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateStackSetResponse>CloudFormationAsyncClient.createStackSet(Consumer<CreateStackSetRequest.Builder> createStackSetRequest) Creates a StackSet.default CreateStackSetResponseCloudFormationClient.createStackSet(Consumer<CreateStackSetRequest.Builder> createStackSetRequest) Creates a StackSet. -
Uses of CreateStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return CreateStackSetRequest.BuilderModifier and TypeMethodDescriptionCreateStackSetRequest.Builder.administrationRoleARN(String administrationRoleARN) The Amazon Resource Name (ARN) of the IAM role to use to create this StackSet.default CreateStackSetRequest.BuilderCreateStackSetRequest.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).CreateStackSetRequest.Builder.autoDeployment(AutoDeployment autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).CreateStackSetRequest.builder()Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.CreateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.CreateStackSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.CreateStackSetRequest.Builder.capabilitiesWithStrings(String... capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.CreateStackSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.CreateStackSetRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for thisCreateStackSetrequest.CreateStackSetRequest.Builder.description(String description) A description of the StackSet.CreateStackSetRequest.Builder.executionRoleName(String executionRoleName) The name of the IAM execution role to use to create the StackSet.default CreateStackSetRequest.BuilderCreateStackSetRequest.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.CreateStackSetRequest.Builder.managedExecution(ManagedExecution managedExecution) Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.CreateStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateStackSetRequest.Builder.parameters(Collection<Parameter> parameters) The input parameters for the StackSet template.CreateStackSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) The input parameters for the StackSet template.CreateStackSetRequest.Builder.parameters(Parameter... parameters) The input parameters for the StackSet template.CreateStackSetRequest.Builder.permissionModel(String permissionModel) Describes how the IAM roles required for StackSet operations are created.CreateStackSetRequest.Builder.permissionModel(PermissionModels permissionModel) Describes how the IAM roles required for StackSet operations are created.The stack ID you are importing into a new StackSet.CreateStackSetRequest.Builder.stackSetName(String stackSetName) The name to associate with the StackSet.CreateStackSetRequest.Builder.tags(Collection<Tag> tags) The key-value pairs to associate with this StackSet and the stacks created from it.CreateStackSetRequest.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.CreateStackSetRequest.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.CreateStackSetRequest.Builder.templateURL(String templateURL) The URL of a file that contains the template body.CreateStackSetRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type CreateStackSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateStackSetRequest.Builder>CreateStackSetRequest.serializableBuilderClass()