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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRollbackStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.