public static interface ListTransactionEventsRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTransactionEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of transaction events to list.
|
ListTransactionEventsRequest.Builder |
network(QueryNetwork network)
The blockchain network where the transaction events occurred.
|
ListTransactionEventsRequest.Builder |
network(String network)
The blockchain network where the transaction events occurred.
|
ListTransactionEventsRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTransactionEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTransactionEventsRequest.Builder |
transactionHash(String transactionHash)
The hash of the transaction.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTransactionEventsRequest.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.ListTransactionEventsRequest.Builder network(String network)
The blockchain network where the transaction events occurred.
network - The blockchain network where the transaction events occurred.QueryNetwork,
QueryNetworkListTransactionEventsRequest.Builder network(QueryNetwork network)
The blockchain network where the transaction events occurred.
network - The blockchain network where the transaction events occurred.QueryNetwork,
QueryNetworkListTransactionEventsRequest.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.ListTransactionEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of transaction events 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 transaction events 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
ListTransactionEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTransactionEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.