Interface ListTransactionsResponse.Builder

    • Method Detail

      • transactions

        ListTransactionsResponse.Builder transactions​(Collection<TransactionDescription> transactions)

        A list of transactions. The record for each transaction is a TransactionDescription object.

        Parameters:
        transactions - A list of transactions. The record for each transaction is a TransactionDescription object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactions

        ListTransactionsResponse.Builder transactions​(TransactionDescription... transactions)

        A list of transactions. The record for each transaction is a TransactionDescription object.

        Parameters:
        transactions - A list of transactions. The record for each transaction is a TransactionDescription object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTransactionsResponse.Builder nextToken​(String nextToken)

        A continuation token indicating whether additional data is available.

        Parameters:
        nextToken - A continuation token indicating whether additional data is available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.