Uses of Interface
software.amazon.awssdk.services.cloudformation.model.CreateStackRequest.Builder
Packages that use CreateStackRequest.Builder
Package
Description
-
Uses of CreateStackRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type CreateStackRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateStackResponse>CloudFormationAsyncClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest) Creates a stack as specified in the template.default CreateStackResponseCloudFormationClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest) Creates a stack as specified in the template. -
Uses of CreateStackRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return CreateStackRequest.BuilderModifier and TypeMethodDescriptionstatic CreateStackRequest.BuilderCreateStackRequest.builder()CreateStackRequest.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.CreateStackRequest.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.CreateStackRequest.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.CreateStackRequest.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.CreateStackRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for thisCreateStackrequest.default CreateStackRequest.BuilderCreateStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.CreateStackRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.CreateStackRequest.Builder.disableRollback(Boolean disableRollback) Set totrueto disable rollback of the stack if stack creation failed.CreateStackRequest.Builder.disableValidation(Boolean disableValidation) Set totrueto disable pre-deployment validations in changeset or stack operations.CreateStackRequest.Builder.enableTerminationProtection(Boolean enableTerminationProtection) Whether to enable termination protection on the specified stack.CreateStackRequest.Builder.notificationARNs(String... notificationARNs) The Amazon SNS topic ARNs to publish stack related events.CreateStackRequest.Builder.notificationARNs(Collection<String> notificationARNs) The Amazon SNS topic ARNs to publish stack related events.Determines what action will be taken if stack creation fails.Determines what action will be taken if stack creation fails.CreateStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateStackRequest.Builder.parameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters for the stack.CreateStackRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list ofParameterstructures that specify input parameters for the stack.CreateStackRequest.Builder.parameters(Parameter... parameters) A list ofParameterstructures that specify input parameters for the stack.CreateStackRequest.Builder.resourceTypes(String... resourceTypes) Specifies which resource types you can work with, such asAWS::EC2::InstanceorCustom::MyCustomInstance.CreateStackRequest.Builder.resourceTypes(Collection<String> resourceTypes) Specifies which resource types you can work with, such asAWS::EC2::InstanceorCustom::MyCustomInstance.CreateStackRequest.Builder.retainExceptOnCreate(Boolean retainExceptOnCreate) When set totrue, newly created resources are deleted when the operation rolls back.The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to create the stack.default CreateStackRequest.BuilderCreateStackRequest.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.CreateStackRequest.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 that's associated with the stack.CreateStackRequest.Builder.stackPolicyBody(String stackPolicyBody) Structure that contains the stack policy body.CreateStackRequest.Builder.stackPolicyURL(String stackPolicyURL) Location of a file that contains the stack policy.CreateStackRequest.Builder.tags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateStackRequest.Builder.tags(Consumer<Tag.Builder>... tags) Key-value pairs to associate with this stack.Key-value pairs to associate with this stack.CreateStackRequest.Builder.templateBody(String templateBody) Structure that contains the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.CreateStackRequest.Builder.templateURL(String templateURL) The URL of a file that contains the template body.CreateStackRequest.Builder.timeoutInMinutes(Integer timeoutInMinutes) The amount of time that can pass before the stack status becomesCREATE_FAILED; ifDisableRollbackis not set or is set tofalse, the stack will be rolled back.CreateStackRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type CreateStackRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateStackRequest.Builder>CreateStackRequest.serializableBuilderClass()