static ListInvitationsResponse.Builder |
ListInvitationsResponse.builder() |
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Collection<MemberDetail> invitations) |
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Consumer<MemberDetail.Builder>... invitations) |
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(MemberDetail... invitations) |
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
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.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.toBuilder() |
|