public static interface CommitTransactionRequest.Builder extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<CommitTransactionRequest.Builder,CommitTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
CommitTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CommitTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CommitTransactionRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
CommitTransactionRequest.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
|
CommitTransactionRequest.Builder |
transactionId(String transactionId)
The identifier of the transaction to end and commit.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCommitTransactionRequest.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.CommitTransactionRequest.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.CommitTransactionRequest.Builder transactionId(String transactionId)
The identifier of the transaction to end and commit.
transactionId - The identifier of the transaction to end and commit.CommitTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCommitTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.