Interface ListAgreementsResponse.Builder

    • Method Detail

      • nextToken

        ListAgreementsResponse.Builder nextToken​(String nextToken)

        Returns a token that you can use to call ListAgreements again and receive additional results, if there are any.

        Parameters:
        nextToken - Returns a token that you can use to call ListAgreements again and receive additional results, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agreements

        ListAgreementsResponse.Builder agreements​(Collection<ListedAgreement> agreements)

        Returns an array, where each item contains the details of an agreement.

        Parameters:
        agreements - Returns an array, where each item contains the details of an agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agreements

        ListAgreementsResponse.Builder agreements​(ListedAgreement... agreements)

        Returns an array, where each item contains the details of an agreement.

        Parameters:
        agreements - Returns an array, where each item contains the details of an agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.