Interface TransactionDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransactionDescription.Builder,
,TransactionDescription> SdkBuilder<TransactionDescription.Builder,
,TransactionDescription> SdkPojo
- Enclosing class:
TransactionDescription
@Mutable
@NotThreadSafe
public static interface TransactionDescription.Builder
extends SdkPojo, CopyableBuilder<TransactionDescription.Builder,TransactionDescription>
-
Method Summary
Modifier and TypeMethodDescriptiontransactionEndTime
(Instant transactionEndTime) The time when the transaction committed or aborted, if it is not currently active.transactionId
(String transactionId) The ID of the transaction.transactionStartTime
(Instant transactionStartTime) The time when the transaction started.transactionStatus
(String transactionStatus) A status of ACTIVE, COMMITTED, or ABORTED.transactionStatus
(TransactionStatus transactionStatus) A status of ACTIVE, COMMITTED, or ABORTED.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
transactionId
The ID of the transaction.
- Parameters:
transactionId
- The ID of the transaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionStatus
A status of ACTIVE, COMMITTED, or ABORTED.
- Parameters:
transactionStatus
- A status of ACTIVE, COMMITTED, or ABORTED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transactionStatus
A status of ACTIVE, COMMITTED, or ABORTED.
- Parameters:
transactionStatus
- A status of ACTIVE, COMMITTED, or ABORTED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transactionStartTime
The time when the transaction started.
- Parameters:
transactionStartTime
- The time when the transaction started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionEndTime
The time when the transaction committed or aborted, if it is not currently active.
- Parameters:
transactionEndTime
- The time when the transaction committed or aborted, if it is not currently active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-