Interface ListTransactionEventsRequest.Builder

  • Method Details

    • 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

      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:
    • 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:
    • 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

      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.
    • overrideConfiguration

      ListTransactionEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.