Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RollbackStackRequest.Builder
Packages that use RollbackStackRequest.Builder
Package
Description
-
Uses of RollbackStackRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type RollbackStackRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RollbackStackResponse>CloudFormationAsyncClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest) When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.default RollbackStackResponseCloudFormationClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest) When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails. -
Uses of RollbackStackRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RollbackStackRequest.BuilderModifier and TypeMethodDescriptionstatic RollbackStackRequest.BuilderRollbackStackRequest.builder()RollbackStackRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for thisRollbackStackrequest.default RollbackStackRequest.BuilderRollbackStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.RollbackStackRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.RollbackStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RollbackStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RollbackStackRequest.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 rollback the stack.The name that's associated with the stack.RollbackStackRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RollbackStackRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RollbackStackRequest.Builder>RollbackStackRequest.serializableBuilderClass()