public static interface RollbackTransactionRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<RollbackTransactionRequest.Builder,RollbackTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
RollbackTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RollbackTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RollbackTransactionRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
RollbackTransactionRequest.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
|
RollbackTransactionRequest.Builder |
transactionId(String transactionId)
The identifier of the transaction to roll back.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRollbackTransactionRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
resourceArn - The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.RollbackTransactionRequest.Builder secretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
secretArn - The name or ARN of the secret that enables access to the DB cluster.RollbackTransactionRequest.Builder transactionId(String transactionId)
The identifier of the transaction to roll back.
transactionId - The identifier of the transaction to roll back.RollbackTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRollbackTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.