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 method that creates an instance of theMemberDetail.Builder avoiding the need to create one
manually via MemberDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #invitations(List.
invitations - a consumer that will call methods on
MemberDetail.Builder#invitations(java.util.Collection) 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 © 2022. All rights reserved.