Interface ListInvitationsResponse.Builder

    • Method Detail

      • invitations

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

        The invitations for the network.

        Parameters:
        invitations - The invitations for the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invitations

        ListInvitationsResponse.Builder invitations​(Invitation... invitations)

        The invitations for the network.

        Parameters:
        invitations - The invitations for the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInvitationsResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.