Interface ListInvitationsResponse.Builder

    • Method Detail

      • invitations

        ListInvitationsResponse.Builder invitations​(Collection<MemberDetail> invitations)

        The list of behavior graphs for which the member account has open or accepted invitations.

        Parameters:
        invitations - The list of behavior graphs for which the member account has open or accepted invitations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invitations

        ListInvitationsResponse.Builder invitations​(MemberDetail... invitations)

        The list of behavior graphs for which the member account has open or accepted invitations.

        Parameters:
        invitations - The list of behavior graphs for which the member account has open or accepted invitations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInvitationsResponse.Builder nextToken​(String nextToken)

        If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.

        Parameters:
        nextToken - If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.