Interface ListInvitationsResponse.Builder

    • Method Detail

      • invitations

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

        The details of the invitations returned by the operation.

        Parameters:
        invitations - The details of the invitations returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invitations

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

        The details of the invitations returned by the operation.

        Parameters:
        invitations - The details of the invitations returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInvitationsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

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