public static interface CommitTransactionRequest.Builder extends SdkPojo, CopyableBuilder<CommitTransactionRequest.Builder,CommitTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
CommitTransactionRequest.Builder |
commitDigest(SdkBytes commitDigest)
Specifies the commit digest for the transaction to commit.
|
CommitTransactionRequest.Builder |
transactionId(String transactionId)
Specifies the transaction id of the transaction to commit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCommitTransactionRequest.Builder transactionId(String transactionId)
Specifies the transaction id of the transaction to commit.
transactionId - Specifies the transaction id of the transaction to commit.CommitTransactionRequest.Builder commitDigest(SdkBytes commitDigest)
Specifies the commit digest for the transaction to commit. For every active transaction, the commit digest
must be passed. QLDB validates CommitDigest and rejects the commit with an error if the digest
computed on the client does not match the digest computed by QLDB.
commitDigest - Specifies the commit digest for the transaction to commit. For every active transaction, the commit
digest must be passed. QLDB validates CommitDigest and rejects the commit with an error
if the digest computed on the client does not match the digest computed by QLDB.Copyright © 2019. All rights reserved.