public static interface RollbackStackRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<RollbackStackRequest.Builder,RollbackStackRequest>
| Modifier and Type | Method and Description |
|---|---|
RollbackStackRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
RollbackStackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RollbackStackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to
rollback the stack.
|
RollbackStackRequest.Builder |
stackName(String stackName)
The name that's associated with the stack.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRollbackStackRequest.Builder stackName(String stackName)
The name that's associated with the stack.
stackName - The name that's associated with the stack.RollbackStackRequest.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes
to rollback the stack.RollbackStackRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for this RollbackStack request.
clientRequestToken - A unique identifier for this RollbackStack request.RollbackStackRequest.Builder retainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation
is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their
data are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
retainExceptOnCreate - This deletion policy deletes newly created resources, but retains existing resources, when a stack
operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical
resources and their data are retained. RetainExceptOnCreate can be specified for any
resource that supports the
DeletionPolicy attribute.RollbackStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRollbackStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.