public static interface ListInvitationsResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListInvitationsResponse.Builder,ListInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
invitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
invitations(Consumer<MemberDetail.Builder>... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
invitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInvitationsResponse.Builder invitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
invitations - The list of behavior graphs for which the member account has open or accepted invitations.ListInvitationsResponse.Builder invitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
invitations - The list of behavior graphs for which the member account has open or accepted invitations.ListInvitationsResponse.Builder invitations(Consumer<MemberDetail.Builder>... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #invitations(List) .invitations - a consumer that will call methods on List.Builder #invitations(List) 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.
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.Copyright © 2021. All rights reserved.