ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.address(String address) |
The address (either a contract or wallet), whose transactions are being requested.
|
static ListTransactionsRequest.Builder |
ListTransactionsRequest.builder() |
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(Consumer<BlockchainInstant.Builder> fromBlockchainInstant) |
Sets the value of the FromBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(BlockchainInstant fromBlockchainInstant) |
Sets the value of the FromBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of transactions to list.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.network(String network) |
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.network(QueryNetwork network) |
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.nextToken(String nextToken) |
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.sort(Consumer<ListTransactionsSort.Builder> sort) |
Sorts items in an ascending order if the first page starts at fromTime.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.sort(ListTransactionsSort sort) |
Sorts items in an ascending order if the first page starts at fromTime.
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(Consumer<BlockchainInstant.Builder> toBlockchainInstant) |
Sets the value of the ToBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(BlockchainInstant toBlockchainInstant) |
Sets the value of the ToBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.toBuilder() |
|