Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.TransactionOutputItem.Builder
-
Packages that use TransactionOutputItem.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of TransactionOutputItem.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return TransactionOutputItem.Builder Modifier and Type Method Description static TransactionOutputItem.BuilderTransactionOutputItem. builder()TransactionOutputItem.BuilderTransactionOutputItem.Builder. network(String network)The blockchain network where the transaction occurred.TransactionOutputItem.BuilderTransactionOutputItem.Builder. network(QueryNetwork network)The blockchain network where the transaction occurred.TransactionOutputItem.BuilderTransactionOutputItem. toBuilder()TransactionOutputItem.BuilderTransactionOutputItem.Builder. transactionHash(String transactionHash)The hash of the transaction.TransactionOutputItem.BuilderTransactionOutputItem.Builder. transactionTimestamp(Instant transactionTimestamp)The time when the transaction occurred.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type TransactionOutputItem.Builder Modifier and Type Method Description static Class<? extends TransactionOutputItem.Builder>TransactionOutputItem. serializableBuilderClass()
-