Interface SearchAgreementsResponse.Builder

    • Method Detail

      • agreementViewSummaries

        SearchAgreementsResponse.Builder agreementViewSummaries​(Collection<AgreementViewSummary> agreementViewSummaries)

        A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).

        Parameters:
        agreementViewSummaries - A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agreementViewSummaries

        SearchAgreementsResponse.Builder agreementViewSummaries​(AgreementViewSummary... agreementViewSummaries)

        A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).

        Parameters:
        agreementViewSummaries - A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchAgreementsResponse.Builder nextToken​(String nextToken)

        The token used for pagination. The field is null if there are no more results.

        Parameters:
        nextToken - The token used for pagination. The field is null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.