Uses of Interface
software.amazon.awssdk.services.cloudformation.model.CreateChangeSetRequest.Builder
Packages that use CreateChangeSetRequest.Builder
Package
Description
-
Uses of CreateChangeSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type CreateChangeSetRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateChangeSetResponse>CloudFormationAsyncClient.createChangeSet(Consumer<CreateChangeSetRequest.Builder> createChangeSetRequest) Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.default CreateChangeSetResponseCloudFormationClient.createChangeSet(Consumer<CreateChangeSetRequest.Builder> createChangeSetRequest) Creates a list of changes that will be applied to a stack so that you can review the changes before executing them. -
Uses of CreateChangeSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return CreateChangeSetRequest.BuilderModifier and TypeMethodDescriptionCreateChangeSetRequest.builder()CreateChangeSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateChangeSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateChangeSetRequest.Builder.capabilitiesWithStrings(String... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateChangeSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateChangeSetRequest.Builder.changeSetName(String changeSetName) The name of the change set.CreateChangeSetRequest.Builder.changeSetType(String changeSetType) The type of change set operation.CreateChangeSetRequest.Builder.changeSetType(ChangeSetType changeSetType) The type of change set operation.CreateChangeSetRequest.Builder.clientToken(String clientToken) A unique identifier for thisCreateChangeSetrequest.default CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.CreateChangeSetRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.CreateChangeSetRequest.Builder.deploymentMode(String deploymentMode) Determines how CloudFormation handles configuration drift during deployment.CreateChangeSetRequest.Builder.deploymentMode(DeploymentMode deploymentMode) Determines how CloudFormation handles configuration drift during deployment.CreateChangeSetRequest.Builder.description(String description) A description to help you identify this change set.CreateChangeSetRequest.Builder.disableValidation(Boolean disableValidation) Set totrueto disable pre-deployment validations in changeset or stack operations.CreateChangeSetRequest.Builder.importExistingResources(Boolean importExistingResources) Indicates if the change set auto-imports resources that already exist.CreateChangeSetRequest.Builder.includeNestedStacks(Boolean includeNestedStacks) Creates a change set for the all nested stacks specified in the template.CreateChangeSetRequest.Builder.notificationARNs(String... notificationARNs) The Amazon Resource Names (ARNs) of Amazon SNS topics that CloudFormation associates with the stack.CreateChangeSetRequest.Builder.notificationARNs(Collection<String> notificationARNs) The Amazon Resource Names (ARNs) of Amazon SNS topics that CloudFormation associates with the stack.CreateChangeSetRequest.Builder.onStackFailure(String onStackFailure) Determines what action will be taken if stack creation fails.CreateChangeSetRequest.Builder.onStackFailure(OnStackFailure onStackFailure) Determines what action will be taken if stack creation fails.CreateChangeSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateChangeSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateChangeSetRequest.Builder.parameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters for the change set.CreateChangeSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list ofParameterstructures that specify input parameters for the change set.CreateChangeSetRequest.Builder.parameters(Parameter... parameters) A list ofParameterstructures that specify input parameters for the change set.CreateChangeSetRequest.Builder.resourcesToImport(Collection<ResourceToImport> resourcesToImport) The resources to import into your stack.CreateChangeSetRequest.Builder.resourcesToImport(Consumer<ResourceToImport.Builder>... resourcesToImport) The resources to import into your stack.CreateChangeSetRequest.Builder.resourcesToImport(ResourceToImport... resourcesToImport) The resources to import into your stack.CreateChangeSetRequest.Builder.resourceTypes(String... resourceTypes) Specifies which resource types you can work with, such asAWS::EC2::InstanceorCustom::MyCustomInstance.CreateChangeSetRequest.Builder.resourceTypes(Collection<String> resourceTypes) Specifies which resource types you can work with, such asAWS::EC2::InstanceorCustom::MyCustomInstance.The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes when executing the change set.default CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.CreateChangeSetRequest.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.The name or the unique ID of the stack for which you are creating a change set.CreateChangeSetRequest.Builder.tags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateChangeSetRequest.Builder.tags(Consumer<Tag.Builder>... tags) Key-value pairs to associate with this stack.Key-value pairs to associate with this stack.CreateChangeSetRequest.Builder.templateBody(String templateBody) A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes.CreateChangeSetRequest.Builder.templateURL(String templateURL) The URL of the file that contains the revised template.CreateChangeSetRequest.toBuilder()CreateChangeSetRequest.Builder.usePreviousTemplate(Boolean usePreviousTemplate) Whether to reuse the template that's associated with the stack to create the change set.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type CreateChangeSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateChangeSetRequest.Builder>CreateChangeSetRequest.serializableBuilderClass()