Interface ListTransactionEventsRequest.Builder

    • Method Detail

      • transactionHash

        ListTransactionEventsRequest.Builder transactionHash​(String transactionHash)

        The hash of a transaction. It is generated when a transaction is created.

        Parameters:
        transactionHash - The hash of a transaction. It is generated when a transaction is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactionId

        ListTransactionEventsRequest.Builder transactionId​(String transactionId)

        The identifier of a Bitcoin transaction. It is generated when a transaction is created.

        transactionId is only supported on the Bitcoin networks.

        Parameters:
        transactionId - The identifier of a Bitcoin transaction. It is generated when a transaction is created.

        transactionId is only supported on the Bitcoin networks.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • network

        ListTransactionEventsRequest.Builder network​(String network)

        The blockchain network where the transaction events occurred.

        Parameters:
        network - The blockchain network where the transaction events occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryNetwork, QueryNetwork
      • nextToken

        ListTransactionEventsRequest.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTransactionEventsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of transaction events to list.

        Default: 100

        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

        Parameters:
        maxResults - The maximum number of transaction events to list.

        Default: 100

        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.