public static interface GetTransactionRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTransactionRequest.Builder |
network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
GetTransactionRequest.Builder |
network(String network)
The blockchain network where the transaction occurred.
|
GetTransactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTransactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTransactionRequest.Builder |
transactionHash(String transactionHash)
The hash of the transaction.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransactionRequest.Builder transactionHash(String transactionHash)
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
transactionHash - The hash of the transaction. It is generated whenever a transaction is verified and added to the
blockchain.GetTransactionRequest.Builder network(String network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkGetTransactionRequest.Builder network(QueryNetwork network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkGetTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.