| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default RollbackStackResponse |
CloudFormationClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
default CompletableFuture<RollbackStackResponse> |
CloudFormationAsyncClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
| Modifier and Type | Method and Description |
|---|---|
static RollbackStackRequest.Builder |
RollbackStackRequest.builder() |
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.retainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation
is rolled back.
|
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.roleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to
rollback the stack.
|
RollbackStackRequest.Builder |
RollbackStackRequest.Builder.stackName(String stackName)
The name that's associated with the stack.
|
RollbackStackRequest.Builder |
RollbackStackRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RollbackStackRequest.Builder> |
RollbackStackRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.