Interface CommitTransactionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CommitTransactionRequest.Builder,
,CommitTransactionRequest> RdsDataRequest.Builder
,SdkBuilder<CommitTransactionRequest.Builder,
,CommitTransactionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CommitTransactionRequest
@Mutable
@NotThreadSafe
public static interface CommitTransactionRequest.Builder
extends RdsDataRequest.Builder, SdkPojo, CopyableBuilder<CommitTransactionRequest.Builder,CommitTransactionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.The name or ARN of the secret that enables access to the DB cluster.transactionId
(String transactionId) The identifier of the transaction to end and commit.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rdsdata.model.RdsDataRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArn
The name or ARN of the secret that enables access to the DB cluster.
- Parameters:
secretArn
- The name or ARN of the secret that enables access to the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The identifier of the transaction to end and commit.
- Parameters:
transactionId
- The identifier of the transaction to end and commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CommitTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CommitTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-