Interface TransactionOutputItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransactionOutputItem.Builder,
,TransactionOutputItem> SdkBuilder<TransactionOutputItem.Builder,
,TransactionOutputItem> SdkPojo
- Enclosing class:
TransactionOutputItem
@Mutable
@NotThreadSafe
public static interface TransactionOutputItem.Builder
extends SdkPojo, CopyableBuilder<TransactionOutputItem.Builder,TransactionOutputItem>
-
Method Summary
Modifier and TypeMethodDescriptionconfirmationStatus
(String confirmationStatus) Specifies whether to list transactions that have not reached Finality.confirmationStatus
(ConfirmationStatus confirmationStatus) Specifies whether to list transactions that have not reached Finality.The blockchain network where the transaction occurred.network
(QueryNetwork network) The blockchain network where the transaction occurred.transactionHash
(String transactionHash) The hash of a transaction.transactionId
(String transactionId) The identifier of a Bitcoin transaction.transactionTimestamp
(Instant transactionTimestamp) The time when the transaction occurred.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
-
transactionHash
The hash of a transaction. It is generated when a transaction is created.
- Parameters:
transactionHash
- The hash of a transaction. It is generated when a transaction is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
- Parameters:
transactionId
- The identifier of a Bitcoin transaction. It is generated when a transaction is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transactionTimestamp
The time when the transaction occurred.
- Parameters:
transactionTimestamp
- The time when the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confirmationStatus
Specifies whether to list transactions that have not reached Finality.
- Parameters:
confirmationStatus
- Specifies whether to list transactions that have not reached Finality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confirmationStatus
Specifies whether to list transactions that have not reached Finality.
- Parameters:
confirmationStatus
- Specifies whether to list transactions that have not reached Finality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-