Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RollbackStackRequest.Builder
-
Packages that use RollbackStackRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of RollbackStackRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type RollbackStackRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static RollbackStackRequest.BuilderRollbackStackRequest. builder()RollbackStackRequest.BuilderRollbackStackRequest.Builder. clientRequestToken(String clientRequestToken)A unique identifier for thisRollbackStackrequest.RollbackStackRequest.BuilderRollbackStackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RollbackStackRequest.BuilderRollbackStackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RollbackStackRequest.BuilderRollbackStackRequest.Builder. retainExceptOnCreate(Boolean retainExceptOnCreate)When set totrue, newly created resources are deleted when the operation rolls back.RollbackStackRequest.BuilderRollbackStackRequest.Builder. roleARN(String roleARN)The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.RollbackStackRequest.BuilderRollbackStackRequest.Builder. stackName(String stackName)The name that's associated with the stack.RollbackStackRequest.BuilderRollbackStackRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RollbackStackRequest.Builder Modifier and Type Method Description static Class<? extends RollbackStackRequest.Builder>RollbackStackRequest. serializableBuilderClass()
-