Interface BeginTransactionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<BeginTransactionResponse.Builder,BeginTransactionResponse>, RdsDataResponse.Builder, SdkBuilder<BeginTransactionResponse.Builder,BeginTransactionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
BeginTransactionResponse

public static interface BeginTransactionResponse.Builder extends RdsDataResponse.Builder, SdkPojo, CopyableBuilder<BeginTransactionResponse.Builder,BeginTransactionResponse>
  • Method Details

    • transactionId

      BeginTransactionResponse.Builder transactionId(String transactionId)

      The transaction ID of the transaction started by the call.

      Parameters:
      transactionId - The transaction ID of the transaction started by the call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.