Interface GetAgreementTermsResponse.Builder

    • Method Detail

      • acceptedTerms

        GetAgreementTermsResponse.Builder acceptedTerms​(Collection<AcceptedTerm> acceptedTerms)

        A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement creation.

        Parameters:
        acceptedTerms - A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptedTerms

        GetAgreementTermsResponse.Builder acceptedTerms​(AcceptedTerm... acceptedTerms)

        A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement creation.

        Parameters:
        acceptedTerms - A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetAgreementTermsResponse.Builder nextToken​(String nextToken)

        A token to specify where to start pagination

        Parameters:
        nextToken - A token to specify where to start pagination
        Returns:
        Returns a reference to this object so that method calls can be chained together.