public static interface ListTransactionsRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<ListTransactionsRequest.Builder,ListTransactionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsRequest.Builder |
address(String address)
The address (either a contract or wallet), whose transactions are being requested.
|
ListTransactionsRequest.Builder |
fromBlockchainInstant(BlockchainInstant fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
default ListTransactionsRequest.Builder |
fromBlockchainInstant(Consumer<BlockchainInstant.Builder> fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
ListTransactionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of transactions to list.
|
ListTransactionsRequest.Builder |
network(QueryNetwork network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
network(String network)
The blockchain network where the transactions occurred.
|
ListTransactionsRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTransactionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListTransactionsRequest.Builder |
sort(Consumer<ListTransactionsSort.Builder> sort)
Sorts items in an ascending order if the first page starts at
fromTime. |
ListTransactionsRequest.Builder |
sort(ListTransactionsSort sort)
Sorts items in an ascending order if the first page starts at
fromTime. |
ListTransactionsRequest.Builder |
toBlockchainInstant(BlockchainInstant toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
default ListTransactionsRequest.Builder |
toBlockchainInstant(Consumer<BlockchainInstant.Builder> toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTransactionsRequest.Builder address(String address)
The address (either a contract or wallet), whose transactions are being requested.
address - The address (either a contract or wallet), whose transactions are being requested.ListTransactionsRequest.Builder network(String network)
The blockchain network where the transactions occurred.
network - The blockchain network where the transactions occurred.QueryNetwork,
QueryNetworkListTransactionsRequest.Builder network(QueryNetwork network)
The blockchain network where the transactions occurred.
network - The blockchain network where the transactions occurred.QueryNetwork,
QueryNetworkListTransactionsRequest.Builder fromBlockchainInstant(BlockchainInstant fromBlockchainInstant)
fromBlockchainInstant - The new value for the FromBlockchainInstant property for this object.default ListTransactionsRequest.Builder fromBlockchainInstant(Consumer<BlockchainInstant.Builder> fromBlockchainInstant)
BlockchainInstant.Builder avoiding the
need to create one manually via BlockchainInstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fromBlockchainInstant(BlockchainInstant).
fromBlockchainInstant - a consumer that will call methods on BlockchainInstant.BuilderfromBlockchainInstant(BlockchainInstant)ListTransactionsRequest.Builder toBlockchainInstant(BlockchainInstant toBlockchainInstant)
toBlockchainInstant - The new value for the ToBlockchainInstant property for this object.default ListTransactionsRequest.Builder toBlockchainInstant(Consumer<BlockchainInstant.Builder> toBlockchainInstant)
BlockchainInstant.Builder avoiding the
need to create one manually via BlockchainInstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to toBlockchainInstant(BlockchainInstant).
toBlockchainInstant - a consumer that will call methods on BlockchainInstant.BuildertoBlockchainInstant(BlockchainInstant)ListTransactionsRequest.Builder sort(ListTransactionsSort sort)
Sorts items in an ascending order if the first page starts at fromTime. Sorts items in a
descending order if the first page starts at toTime.
sort - Sorts items in an ascending order if the first page starts at fromTime. Sorts items in a
descending order if the first page starts at toTime.default ListTransactionsRequest.Builder sort(Consumer<ListTransactionsSort.Builder> sort)
Sorts items in an ascending order if the first page starts at fromTime. Sorts items in a
descending order if the first page starts at toTime.
ListTransactionsSort.Builder avoiding
the need to create one manually via ListTransactionsSort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sort(ListTransactionsSort).
sort - a consumer that will call methods on ListTransactionsSort.Buildersort(ListTransactionsSort)ListTransactionsRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListTransactionsRequest.Builder maxResults(Integer maxResults)
The maximum number of transactions to list.
Even if additional results can be retrieved, the request can return less results than maxResults
or an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
maxResults - The maximum number of transactions to list.
Even if additional results can be retrieved, the request can return less results than
maxResults or an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken
value. The value of nextToken is null when there are no more results to
return
ListTransactionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTransactionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.